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/26 18:58:31 UTC

[airavata] branch staging updated: Adding another missing column

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

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


The following commit(s) were added to refs/heads/staging by this push:
     new 57b7f4d  Adding another missing column
57b7f4d is described below

commit 57b7f4d0af33b4876430de801f9eec09627c5bad
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Jun 26 14:58:22 2019 -0400

    Adding another missing column
---
 .../next/DeltaScripts/experimentCatalog_schema_delta.sql               | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 61ceacc..baae923 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
@@ -102,4 +102,5 @@ ALTER TABLE PROCESS_RESOURCE_SCHEDULE ADD COLUMN IF NOT EXISTS OVERRIDE_SCRATCH_
 ALTER TABLE `EXPERIMENT_OUTPUT` ADD COLUMN IF NOT EXISTS METADATA VARCHAR(4096);
 ALTER TABLE `PROCESS_OUTPUT` ADD COLUMN IF NOT EXISTS METADATA VARCHAR(4096);
 
-ALTER TABLE `PROCESS` ADD `GROUP_RESOURCE_PROFILE_ID` varchar(255) DEFAULT NULL;
+ALTER TABLE `PROCESS` ADD COLUMN IF NOT EXISTS `GROUP_RESOURCE_PROFILE_ID` varchar(255) DEFAULT NULL;
+ALTER TABLE `USER_CONFIGURATION_DATA` ADD IF NOT EXISTS `GROUP_RESOURCE_PROFILE_ID` varchar(255) DEFAULT NULL;