diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2019-03-13 09:07:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-13 09:07:55 +0000 |
commit | 5f59ddc97cf293bdb765a36326aaf26b47b71d5d (patch) | |
tree | c5d1868b30f5db23e4b6e1184443b3b8412c11f0 /extra/sql/bulkload/create-tables.sql | |
parent | 359d4e4f924a9310e940b312b6d0d911eca95b75 (diff) | |
parent | d022281adea3da26beee6457767577a313c5b617 (diff) |
Merge "Add svg support"
Diffstat (limited to 'extra/sql/bulkload/create-tables.sql')
-rw-r--r-- | extra/sql/bulkload/create-tables.sql | 2 |
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; |