aboutsummaryrefslogtreecommitdiffstats
path: root/extra/sql/bulkload
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-06-03 14:22:37 +0200
committersebdet <sebastien.determe@intl.att.com>2020-06-03 14:22:37 +0200
commit03d382d6be6ff6b98d2e2b391f2dd34081731cfe (patch)
treefb10c51c8d9c8608f8a02545ebf8ccad8b4afd7b /extra/sql/bulkload
parentcbd9d5262bc29f352732ff3d3f7fbf941e8d851f (diff)
Update sql files
Update sql files and swagger due to svg removal Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I90b9ea58c63733d6b7a8ed7354469a68e9f914cf
Diffstat (limited to 'extra/sql/bulkload')
-rw-r--r--extra/sql/bulkload/create-tables.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/sql/bulkload/create-tables.sql b/extra/sql/bulkload/create-tables.sql
index b4c5bf309..111a4058e 100644
--- a/extra/sql/bulkload/create-tables.sql
+++ b/extra/sql/bulkload/create-tables.sql
@@ -68,7 +68,6 @@
blueprint_yaml MEDIUMTEXT,
dcae_blueprint_id varchar(255),
maximum_instances_allowed integer,
- svg_representation MEDIUMTEXT,
unique_blueprint boolean default false,
service_uuid varchar(255),
primary key (name)
@@ -91,7 +90,6 @@
dcae_deployment_status_url varchar(255),
global_properties_json json,
last_computed_state varchar(255) not null,
- svg_representation MEDIUMTEXT,
loop_template_name varchar(255) not null,
service_uuid varchar(255),
primary key (name)