Commit c6734ccf authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Minor fixes found after testing in DB2.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7013 b35dd754-fafc-0310-a699-88a17e54d16e
parent f1b2a06a
...@@ -342,7 +342,7 @@ INSERT INTO jiveID (idType, id) VALUES (18, 1); ...@@ -342,7 +342,7 @@ INSERT INTO jiveID (idType, id) VALUES (18, 1);
INSERT INTO jiveID (idType, id) VALUES (19, 1); INSERT INTO jiveID (idType, id) VALUES (19, 1);
INSERT INTO jiveID (idType, id) VALUES (23, 1); INSERT INTO jiveID (idType, id) VALUES (23, 1);
INSERT INTO jiveVersion (name, version) VALUES ('wildfire', 11; INSERT INTO jiveVersion (name, version) VALUES ('wildfire', 11);
-- Entry for admin user -- Entry for admin user
INSERT INTO jiveUser (username, password, name, email, creationDate, modificationDate) INSERT INTO jiveUser (username, password, name, email, creationDate, modificationDate)
......
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