Fix SQL 68/93968/1
authorsebdet <sebastien.determe@intl.att.com>
Tue, 20 Aug 2019 13:51:59 +0000 (06:51 -0700)
committersebdet <sebastien.determe@intl.att.com>
Tue, 20 Aug 2019 13:51:59 +0000 (06:51 -0700)
Fix SQL due to change in the Loop object

Issue-ID: CLAMP-430
Change-Id: Ia97aaf58a71cb7d585ef2c296a97b911635ad8fb
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
extra/sql/bulkload/create-tables.sql

index aef3a7e..0e15d4d 100644 (file)
@@ -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;