X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=extra%2Fsql%2Fbulkload%2Fcreate-tables.sql;fp=extra%2Fsql%2Fbulkload%2Fcreate-tables.sql;h=29e0facda9b7115186aebb663881da9aa0b03973;hb=a6d09fbe1046057b72247f97ac72a521949409ce;hp=b35606353eb76e03e4a2f88a7118a5c3c64f6fc3;hpb=c62d1b74275b8d5e9d4cef6c308ef16440cfa500;p=clamp.git 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,