aboutsummaryrefslogtreecommitdiffstats
path: root/extra/sql
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-08-20 06:51:59 -0700
committersebdet <sebastien.determe@intl.att.com>2019-08-20 06:51:59 -0700
commit292e2c72a13a37791556dee35bb63415f848b50a (patch)
tree049a931185ae0fb7a982b970a83bb32f0820030e /extra/sql
parentf9e2ceeae29504505f631086e612fad4e1e16979 (diff)
Fix SQL
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>
Diffstat (limited to 'extra/sql')
-rw-r--r--extra/sql/bulkload/create-tables.sql2
1 files changed, 1 insertions, 1 deletions
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;