aboutsummaryrefslogtreecommitdiffstats
path: root/extra/sql
diff options
context:
space:
mode:
authorxg353y <xg353y@intl.att.com>2019-03-28 10:05:25 +0100
committerxg353y <xg353y@intl.att.com>2019-03-28 10:05:25 +0100
commita6d09fbe1046057b72247f97ac72a521949409ce (patch)
tree8542f7b7f3afb888bc6c76189b265716be64c83d /extra/sql
parentc62d1b74275b8d5e9d4cef6c308ef16440cfa500 (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')
-rw-r--r--extra/sql/bulkload/create-tables.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/sql/bulkload/create-tables.sql b/extra/sql/bulkload/create-tables.sql
index b3560635..29e0facd 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,