diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-03-12 16:35:25 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-03-12 16:47:15 +0100 |
commit | d022281adea3da26beee6457767577a313c5b617 (patch) | |
tree | de331bfb2556235a018c28dbb778814b62ce8d69 /extra/sql | |
parent | 92cc4185fca63ddd882be5bcd9d4a626b627164f (diff) |
Add svg support
Add SVG support to the CSAR installer so that UI could render the loop
Issue-ID: CLAMP-306
Change-Id: Ief963c4ad8e4c142f20c16b2049cad3a8aeedfb0
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'extra/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; |