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 2019/06/10 18:58:19 UTC

[airavata] branch develop updated: AIRAVATA-3029 Fixing 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


The following commit(s) were added to refs/heads/develop by this push:
     new cf7d671  AIRAVATA-3029 Fixing typo
cf7d671 is described below

commit cf7d67137e2b1d1d44593fdfdc2c0504d76518ee
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Jun 10 14:58:09 2019 -0400

    AIRAVATA-3029 Fixing typo
---
 .../next/DeltaScripts/experimentCatalog_schema_delta.sql            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/registry/release-migration-scripts/next/DeltaScripts/experimentCatalog_schema_delta.sql b/modules/registry/release-migration-scripts/next/DeltaScripts/experimentCatalog_schema_delta.sql
index a9d9a38..bd4b274 100644
--- a/modules/registry/release-migration-scripts/next/DeltaScripts/experimentCatalog_schema_delta.sql
+++ b/modules/registry/release-migration-scripts/next/DeltaScripts/experimentCatalog_schema_delta.sql
@@ -98,6 +98,6 @@ ALTER TABLE PROCESS_RESOURCE_SCHEDULE ADD COLUMN IF NOT EXISTS OVERRIDE_ALLOCATI
 ALTER TABLE PROCESS_RESOURCE_SCHEDULE ADD COLUMN IF NOT EXISTS OVERRIDE_LOGIN_USER_NAME varchar(255);
 ALTER TABLE PROCESS_RESOURCE_SCHEDULE ADD COLUMN IF NOT EXISTS OVERRIDE_SCRATCH_LOCATION varchar(255);
 
--- AIRAVATA-3029: Add METADATA to EXPERIMENT_INPUT and PROCESS_INPUT
-ALTER TABLE `EXPERIMENT_INPUT` ADD COLUMN IF NOT EXISTS METADATA VARCHAR(4096);
-ALTER TABLE `PROCESS_INPUT` ADD COLUMN IF NOT EXISTS METADATA VARCHAR(4096);
+-- AIRAVATA-3029: Add METADATA to EXPERIMENT_OUTPUT and PROCESS_OUTPUT
+ALTER TABLE `EXPERIMENT_OUTPUT` ADD COLUMN IF NOT EXISTS METADATA VARCHAR(4096);
+ALTER TABLE `PROCESS_OUTPUT` ADD COLUMN IF NOT EXISTS METADATA VARCHAR(4096);