From 292e2c72a13a37791556dee35bb63415f848b50a Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 20 Aug 2019 06:51:59 -0700 Subject: Fix SQL Fix SQL due to change in the Loop object Issue-ID: CLAMP-430 Change-Id: Ia97aaf58a71cb7d585ef2c296a97b911635ad8fb Signed-off-by: sebdet --- extra/sql/bulkload/create-tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/sql') 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; -- cgit 1.2.3-korg