diff options
author | xuegao <xg353y@intl.att.com> | 2020-01-27 12:10:32 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-01-30 11:38:52 +0100 |
commit | 9e01ce3b97e602fa7236bd9bc8a484807382f83b (patch) | |
tree | 472e202175f5de03c7b46b82f7a288ee3961085b /extra | |
parent | f332e2e4ce3d8de200fd90076f6d4da8bdade2d6 (diff) |
Update deploy-loop route
Update deploy-loop to support multiple blueprint deployments
Issue-ID: CLAMP-571
Change-Id: If98e9305c36a01f86a522db002174f92f6ff5996
Signed-off-by: xuegao <xg353y@intl.att.com>
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 2e626b6a0..352b66175 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), |