Commit fa7f742e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Minor fix.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1575 b35dd754-fafc-0310-a699-88a17e54d16e
parent e5fdcac6
......@@ -5,7 +5,7 @@
-- upgrades from Messenger 2.1.x to 2.2.0
-- Update jiveVersion to JM 2.2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2;
-- jiveExtComponentConf: Create new table
CREATE TABLE jiveExtComponentConf (
......
......@@ -5,7 +5,7 @@
// upgrades from Messenger 2.1.x to 2.2.0
// Update jiveVersion to JM 2.2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2;
// jiveExtComponentConf: Create new table
CREATE TABLE jiveExtComponentConf (
......
......@@ -5,7 +5,7 @@
# upgrades from Messenger 2.1.x to 2.2.0
# Update jiveVersion to JM 2.2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2;
# jiveExtComponentConf: Create new table
CREATE TABLE jiveExtComponentConf (
......
......@@ -5,7 +5,7 @@ REM // $Date$
REM // upgrades from Messenger 2.1.x to 2.2.0
REM // Update jiveVersion to JM 2.2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2;
REM // jiveExtComponentConf: Create new table
CREATE TABLE jiveExtComponentConf (
......
......@@ -5,7 +5,7 @@
-- upgrades from Messenger 2.1.x to 2.2.0
-- Update jiveVersion to JM 2.2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2;
-- jiveExtComponentConf: Create new table
CREATE TABLE jiveExtComponentConf (
......
......@@ -5,7 +5,7 @@
/* upgrades from Messenger 2.1.x to 2.2.0 */
/* Update jiveVersion to JM 2.2 */
UPDATE jiveVersion SET majorVersion=2, minorVersion=2
UPDATE jiveVersion SET majorVersion=2, minorVersion=2;
/* jiveExtComponentConf: Create new table */
CREATE TABLE jiveExtComponentConf (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment