Commit 39e7f662 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed column name of INSERT INTO jiveVersion.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3601 b35dd754-fafc-0310-a699-88a17e54d16e
parent e39aad2b
......@@ -208,7 +208,7 @@ INSERT INTO jiveID (idType, id) VALUES (18, 1);
INSERT INTO jiveID (idType, id) VALUES (19, 1);
INSERT INTO jiveID (idType, id) VALUES (23, 1);
INSERT INTO jiveVersion (name, minorVersion) VALUES ("wildfire", 6);
INSERT INTO jiveVersion (name, version) VALUES ("wildfire", 6);
// Entry for admin user
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