This is an automated email from the ASF dual-hosted git repository.
isjarana 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 117466786a add transtion commit
new c8fdf596d8 Merge pull request #371 from isururanawaka/metaschedular
117466786a is described below
commit 117466786a6408c96aa943724d6dd54ff86a1e3f
Author: Isuru Ranawaka <[email protected]>
AuthorDate: Thu Dec 29 21:33:11 2022 -0500
add transtion commit
---
.../java/org/apache/airavata/registry/core/utils/QueryConstants.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/utils/QueryConstants.java
b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/utils/QueryConstants.java
index c9ae6d4777..31d658c22f 100644
---
a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/utils/QueryConstants.java
+++
b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/utils/QueryConstants.java
@@ -193,6 +193,5 @@ public interface QueryConstants {
String GET_ALL_PROCESSES = "SELECT P FROM " +
ProcessEntity.class.getSimpleName() +" P ";
-
- String DELETE_JOB_NATIVE_QUERY = "DELETE FROM
"+JobEntity.class.getSimpleName()+ " WHERE JOB_ID = ?1 AND TASK_ID = ?2";
+ String DELETE_JOB_NATIVE_QUERY = "DELETE FROM JOB WHERE JOB_ID = ?1 AND
TASK_ID = ?2";
}