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:49 UTC

[5/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/188a7ef3
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/188a7ef3
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/188a7ef3

Branch: refs/heads/master
Commit: 188a7ef3752cce1099322a2827bb00353b6ecc60
Parents: 96cb078
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:33:57 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/188a7ef3/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),