diff options
author | xg353y <xg353y@intl.att.com> | 2019-03-28 10:05:25 +0100 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2019-03-28 10:05:25 +0100 |
commit | a6d09fbe1046057b72247f97ac72a521949409ce (patch) | |
tree | 8542f7b7f3afb888bc6c76189b265716be64c83d /extra/sql/bulkload/create-tables.sql | |
parent | c62d1b74275b8d5e9d4cef6c308ef16440cfa500 (diff) |
Rework the submit operation
Rework the logic to create/delete ms config policies.
Issue-ID: CLAMP-303
Change-Id: I317e262ab68280a7518a6e31e82e5fcb0a7f94ed
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'extra/sql/bulkload/create-tables.sql')
-rw-r--r-- | extra/sql/bulkload/create-tables.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/sql/bulkload/create-tables.sql b/extra/sql/bulkload/create-tables.sql index b35606353..29e0facda 100644 --- a/extra/sql/bulkload/create-tables.sql +++ b/extra/sql/bulkload/create-tables.sql @@ -35,7 +35,9 @@ create table micro_service_policies ( name varchar(255) not null, + blueprint_name varchar(255) not null, json_representation json not null, + model_type varchar(255) not null, policy_tosca MEDIUMTEXT not null, properties json, shared bit not null, |