aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2019-08-21 14:19:03 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-21 14:19:03 +0000
commit978feebd1631c125098b51710c01bd2c97d55746 (patch)
tree3091e87c144e056544d4f93c7484eb8e2b9b5082
parentb54c22cf12ebf4fda895e2b21d00cfac294447d7 (diff)
parent292e2c72a13a37791556dee35bb63415f848b50a (diff)
Merge "Fix 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 aef3a7e7d..0e15d4d3a 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;