From: sebdet Date: Tue, 20 Aug 2019 13:51:59 +0000 (-0700) Subject: Fix SQL X-Git-Tag: 4.1.1~16^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=292e2c72a13a37791556dee35bb63415f848b50a;p=clamp.git Fix SQL Fix SQL due to change in the Loop object Issue-ID: CLAMP-430 Change-Id: Ia97aaf58a71cb7d585ef2c296a97b911635ad8fb Signed-off-by: sebdet --- diff --git a/extra/sql/bulkload/create-tables.sql b/extra/sql/bulkload/create-tables.sql index aef3a7e7..0e15d4d3 100644 --- a/extra/sql/bulkload/create-tables.sql +++ b/extra/sql/bulkload/create-tables.sql @@ -24,7 +24,7 @@ global_properties_json json, last_computed_state varchar(255) not null, model_properties_json json, - operational_policy_schema json not null, + operational_policy_schema json, svg_representation MEDIUMTEXT, primary key (name) ) engine=InnoDB;