remove owner field in library policies

Does not make sense to have owner before a policy is activated.

Change-Id: I12be26fccf6a6610af60276e8a28ae98e1a11995
This commit is contained in:
Eric Kao 2017-05-25 23:30:52 -07:00
parent c03c63501f
commit 84d17c4fac
1 changed files with 0 additions and 17 deletions

View File

@ -220,7 +220,6 @@ One new database tables are needed:
sa.Column(sa.String(255), nullable=False, unique=True, primary_key=True)``
* ``abbreviation = sa.Column(sa.String(5), nullable=False)``
* ``description = sa.Column(sa.Text(), nullable=False)``
* ``owner = sa.Column(sa.Text(), nullable=False)``
* ``kind = sa.Column(sa.Text(), nullable=False)``
* ``rules = sa.Column(sa.Text(), nullable=False)``
@ -296,10 +295,6 @@ Policy library methods
title: Policy unique name
type: string
required: true
owner_id:
title: Policy owner
type: string
required: true
description:
title: Policy description
type: string
@ -440,10 +435,6 @@ Policy metadata schema without UUID
title: Policy unique name
type: string
required: true
owner_id:
title: Policy owner
type: string
required: true
description:
title: Policy description
type: string
@ -481,10 +472,6 @@ Policy metadata schema with UUID
title: Policy unique name
type: string
required: true
owner_id:
title: Policy owner
type: string
required: true
description:
title: Policy description
type: string
@ -517,10 +504,6 @@ Policy full schema
title: Policy unique name
type: string
required: true
owner_id:
title: Policy owner
type: string
required: true
description:
title: Policy description
type: string