Repository: airavata Updated Branches: refs/heads/develop 8fceeb7c9 -> 1802a04d7
changing table name Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/1802a04d Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/1802a04d Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/1802a04d Branch: refs/heads/develop Commit: 1802a04d7560e54506414467ef7fae77b3c62463 Parents: 8fceeb7 Author: scnakandala <[email protected]> Authored: Wed Dec 14 14:55:41 2016 -0500 Committer: scnakandala <[email protected]> Committed: Wed Dec 14 14:55:41 2016 -0500 ---------------------------------------------------------------------- .../registry/core/entities/workspacecatalog/GatewayEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/1802a04d/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/workspacecatalog/GatewayEntity.java ---------------------------------------------------------------------- diff --git a/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/workspacecatalog/GatewayEntity.java b/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/workspacecatalog/GatewayEntity.java index c4f1f59..4490580 100644 --- a/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/workspacecatalog/GatewayEntity.java +++ b/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/workspacecatalog/GatewayEntity.java @@ -23,7 +23,7 @@ package org.apache.airavata.registry.core.entities.workspacecatalog; import javax.persistence.*; @Entity -@Table(name="WORKSPACE_GATEWAY") +@Table(name="GATEWAY")//FIXME removing WORKSPACE prefix so that we can use the Gateway table in exp catalog public class GatewayEntity { private String gatewayId; private String gatewayName;
