From: Seshu-Kumar-M Date: Mon, 23 Oct 2017 12:43:05 +0000 (+0800) Subject: fix for the inappropriate DB type in heat template X-Git-Tag: 2.0.0-ONAP~46 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=07bd2209ba59e25089cbfd7eb88cbfc98c9fe051;p=so%2Fdocker-config.git fix for the inappropriate DB type in heat template Change-Id: Ia3ef236265356186b2ef78a6015e6220826cc736 IssueId: SO-247 Signed-off-by: Seshu-Kumar-M --- diff --git a/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql b/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql index a6a7dc5..4c0c0a4 100644 --- a/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql +++ b/volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql @@ -127,7 +127,7 @@ DESCRIPTION varchar(255), NAME varchar(255), VERSION varchar(255), - BODY varchar(255), + BODY longtext, CREATION_TIMESTAMP datetime default CURRENT_TIMESTAMP, ARTIFACT_CHECKSUM varchar(255), primary key (ARTIFACT_UUID)