You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/15 09:34:46 UTC

[2/6] syncope git commit: Fixing test exec

Fixing test exec


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/6dafd815
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6dafd815
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6dafd815

Branch: refs/heads/2_1_X
Commit: 6dafd8157d789ad6e25367e824a591f8bbc975d7
Parents: 2870e90
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Oct 15 11:10:53 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Oct 15 11:10:53 2018 +0200

----------------------------------------------------------------------
 core/upgrade/src/test/resources/syncopedb20.sql | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/6dafd815/core/upgrade/src/test/resources/syncopedb20.sql
----------------------------------------------------------------------
diff --git a/core/upgrade/src/test/resources/syncopedb20.sql b/core/upgrade/src/test/resources/syncopedb20.sql
index 4575cf2..0ff3717 100644
--- a/core/upgrade/src/test/resources/syncopedb20.sql
+++ b/core/upgrade/src/test/resources/syncopedb20.sql
@@ -261,6 +261,7 @@ CREATE MEMORY TABLE PUBLIC.ANYOBJECT(
     LASTCHANGEDATE TIMESTAMP,
     LASTMODIFIER VARCHAR(255),
     STATUS VARCHAR(255),
+    WORKFLOWID VARCHAR(255),
     NAME VARCHAR(255),
     REALM_ID VARCHAR(36),
     TYPE_ID VARCHAR(255)
@@ -1400,6 +1401,7 @@ CREATE MEMORY TABLE PUBLIC.SYNCOPEGROUP(
     LASTCHANGEDATE TIMESTAMP,
     LASTMODIFIER VARCHAR(255),
     STATUS VARCHAR(255),
+    WORKFLOWID VARCHAR(255),
     NAME VARCHAR(255),
     REALM_ID VARCHAR(36),
     GROUPOWNER_ID VARCHAR(36),