diff options
author | Xue Gao <xg353y@intl.att.com> | 2020-01-30 15:51:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-30 15:51:58 +0000 |
commit | 8d91398da6162c19643f3f7cae83327dd4e81263 (patch) | |
tree | 9122ca4e5ae8df49bb8c1cac370837d315e116ad /extra/sql/bulkload/create-tables.sql | |
parent | c7b3e23f499d02f181e5d01d680118fe4cbdd6f0 (diff) | |
parent | f2d71ebde9dcd13d3181ba343ad82e728b30bf73 (diff) |
Merge "Remove blueprintId in loop"
Diffstat (limited to 'extra/sql/bulkload/create-tables.sql')
-rw-r--r-- | extra/sql/bulkload/create-tables.sql | 1 |
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, |