You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/09/09 21:54:27 UTC

[airavata] 03/04: AIRAVATA-3369 Fixing column typo

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 106e0102d9f017393e6e06dd6e01f8cb88567616
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Sep 9 17:53:52 2020 -0400

    AIRAVATA-3369 Fixing column typo
---
 .../0.19-0.20/DeltaScripts/experimentCatalog_schema_delta.sql       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/registry/release-migration-scripts/0.19-0.20/DeltaScripts/experimentCatalog_schema_delta.sql b/modules/registry/release-migration-scripts/0.19-0.20/DeltaScripts/experimentCatalog_schema_delta.sql
index 17004e2..5338cbe 100644
--- a/modules/registry/release-migration-scripts/0.19-0.20/DeltaScripts/experimentCatalog_schema_delta.sql
+++ b/modules/registry/release-migration-scripts/0.19-0.20/DeltaScripts/experimentCatalog_schema_delta.sql
@@ -27,6 +27,6 @@ CREATE TABLE IF NOT exists `GATEWAY_USAGE_REPORTING_COMMAND` (
   PRIMARY KEY (`GATEWAY_ID`, `COMPUTE_RESOURCE_ID`)
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
 
--- AIRAVATA-3369: Convert USER_FRIENDLY_DESC from VARCHAR to TEXT (CLOB)
-alter table EXPERIMENT_INPUT modify column USER_FRIENDLY_DESC TEXT;
-alter table PROCESS_INPUT modify column USER_FRIENDLY_DESC TEXT;
+-- AIRAVATA-3369: Convert USER_FRIENDLY_DESCRIPTION from VARCHAR to TEXT (CLOB)
+alter table EXPERIMENT_INPUT modify column USER_FRIENDLY_DESCRIPTION TEXT;
+alter table PROCESS_INPUT modify column USER_FRIENDLY_DESCRIPTION TEXT;