You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by gw...@apache.org on 2014/11/23 17:40:01 UTC

syncope git commit: minor fix: mysql-upgrade.sql comment missing whitespace after '--'

Repository: syncope
Updated Branches:
  refs/heads/1_2_X c7fb0b899 -> df5d0acca


minor fix: mysql-upgrade.sql comment missing whitespace after '--'


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

Branch: refs/heads/1_2_X
Commit: df5d0accad7f5f572f44a87196ef0f550602970d
Parents: c7fb0b8
Author: Guido Wimmel <gw...@apache.org>
Authored: Sun Nov 23 17:39:25 2014 +0100
Committer: Guido Wimmel <gw...@apache.org>
Committed: Sun Nov 23 17:39:25 2014 +0100

----------------------------------------------------------------------
 core-upgrader/src/main/resources/mysql-upgrade.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/df5d0acc/core-upgrader/src/main/resources/mysql-upgrade.sql
----------------------------------------------------------------------
diff --git a/core-upgrader/src/main/resources/mysql-upgrade.sql b/core-upgrader/src/main/resources/mysql-upgrade.sql
index 2690b5c..402cd0e 100644
--- a/core-upgrader/src/main/resources/mysql-upgrade.sql
+++ b/core-upgrader/src/main/resources/mysql-upgrade.sql
@@ -16,7 +16,7 @@
 -- under the License.
 SET FOREIGN_KEY_CHECKS = 0;
 
---SYNCOPE-451 upgrade table definitions to comply with new Apache OpenJpa 2.3.0 version
+-- SYNCOPE-451 upgrade table definitions to comply with new Apache OpenJpa 2.3.0 version
 ALTER TABLE ConnInstance_capabilities CHANGE COLUMN capabilities capabilities VARCHAR(20);
 ALTER TABLE ExternalResource CHANGE COLUMN createTraceLevel createTraceLevel VARCHAR(20);
 ALTER TABLE ExternalResource CHANGE COLUMN deleteTraceLevel deleteTraceLevel VARCHAR(20);