aboutsummaryrefslogtreecommitdiffstats
path: root/extra/sql/bulkload
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-01-30 16:37:27 +0100
committersebdet <sebastien.determe@intl.att.com>2020-01-30 16:37:27 +0100
commitf2d71ebde9dcd13d3181ba343ad82e728b30bf73 (patch)
tree75d24d0ebe7d880ab0655f5e2565728c4d7ec42d /extra/sql/bulkload
parentb9a6531c7a5cfc5a9a544a21fe8c47914be9699b (diff)
Remove blueprintId in loop
Remove the blueprint Id for DCAE in loop object as now the one in loop template will be used. Issue-ID: CLAMP-592 Change-Id: Ie86f362451d58de07f7a715ae0bfc92566893e13 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'extra/sql/bulkload')
-rw-r--r--extra/sql/bulkload/create-tables.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/sql/bulkload/create-tables.sql b/extra/sql/bulkload/create-tables.sql
index 92e36f075..103276501 100644
--- a/extra/sql/bulkload/create-tables.sql
+++ b/extra/sql/bulkload/create-tables.sql
@@ -79,7 +79,6 @@
created_timestamp datetime(6) not null,
updated_by varchar(255),
updated_timestamp datetime(6) not null,
- dcae_blueprint_id varchar(255),
dcae_deployment_id varchar(255),
dcae_deployment_status_url varchar(255),
global_properties_json json,