summaryrefslogtreecommitdiffstats
path: root/extra/sql/bulkload/create-tables.sql
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2019-03-29 09:09:24 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-29 09:09:24 +0000
commita3ad7dbdf67559f58af24cb5b361c46a91075c7c (patch)
tree54dd2434b9adac0ad348f8d3e7adb7ba253e9871 /extra/sql/bulkload/create-tables.sql
parent3ad0ff8210c6d988696efb9cc1f6af38fc3cf32b (diff)
parenta6d09fbe1046057b72247f97ac72a521949409ce (diff)
Merge "Rework the submit operation"
Diffstat (limited to 'extra/sql/bulkload/create-tables.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 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,