summaryrefslogtreecommitdiffstats
path: root/extra/sql/bulkload/create-tables.sql
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2019-03-13 09:07:55 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-13 09:07:55 +0000
commit5f59ddc97cf293bdb765a36326aaf26b47b71d5d (patch)
treec5d1868b30f5db23e4b6e1184443b3b8412c11f0 /extra/sql/bulkload/create-tables.sql
parent359d4e4f924a9310e940b312b6d0d911eca95b75 (diff)
parentd022281adea3da26beee6457767577a313c5b617 (diff)
Merge "Add svg support"
Diffstat (limited to 'extra/sql/bulkload/create-tables.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 93c80cb36..b35606353 100644
--- a/extra/sql/bulkload/create-tables.sql
+++ b/extra/sql/bulkload/create-tables.sql
@@ -23,7 +23,7 @@
global_properties_json json,
last_computed_state varchar(255) not null,
model_properties_json json,
- svg_representation varchar(255),
+ svg_representation MEDIUMTEXT,
primary key (name)
) engine=InnoDB;