diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2017-10-23 20:43:05 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2017-10-23 20:43:05 +0800 |
commit | 07bd2209ba59e25089cbfd7eb88cbfc98c9fe051 (patch) | |
tree | 0c9a08023059c03ba993caee6de887834089e546 /volumes | |
parent | 1afdf2a9c01af9af88f2b15f3aca9338e5f39ce9 (diff) |
fix for the inappropriate DB type in heat template
Change-Id: Ia3ef236265356186b2ef78a6015e6220826cc736
IssueId: SO-247
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'volumes')
-rw-r--r-- | volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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) |