From 07bd2209ba59e25089cbfd7eb88cbfc98c9fe051 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 23 Oct 2017 20:43:05 +0800 Subject: [PATCH] fix for the inappropriate DB type in heat template Change-Id: Ia3ef236265356186b2ef78a6015e6220826cc736 IssueId: SO-247 Signed-off-by: Seshu-Kumar-M --- .../db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.16.6