diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-01-30 11:51:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-30 11:51:03 +0000 |
commit | 1274833bdb3ef9eac728564bd9b1b687bf9f1727 (patch) | |
tree | 91bdc2206834cf2d8093b54603d24cac64a1c2b7 /extra | |
parent | b8587538b6d4495977ebde95c21ba659136f43da (diff) | |
parent | 9e01ce3b97e602fa7236bd9bc8a484807382f83b (diff) |
Merge "Update deploy-loop route"
Diffstat (limited to 'extra')
-rw-r--r-- | extra/sql/bulkload/create-tables.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/sql/bulkload/create-tables.sql b/extra/sql/bulkload/create-tables.sql index 2e626b6a..352b6617 100644 --- a/extra/sql/bulkload/create-tables.sql +++ b/extra/sql/bulkload/create-tables.sql @@ -57,7 +57,7 @@ created_timestamp datetime(6) not null, updated_by varchar(255), updated_timestamp datetime(6) not null, - blueprint_yaml MEDIUMTEXT not null, + blueprint_yaml MEDIUMTEXT, maximum_instances_allowed integer, svg_representation MEDIUMTEXT, service_uuid varchar(255), @@ -112,6 +112,7 @@ json_representation json not null, pdp_group varchar(255), context varchar(255), + dcae_blueprint_id varchar(255), dcae_deployment_id varchar(255), dcae_deployment_status_url varchar(255), device_type_scope varchar(255), |