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

Removed COLUMN keyword when adding new column to table.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3615 b35dd754-fafc-0310-a699-88a17e54d16e
parent f2ccd8bc
......@@ -12,4 +12,4 @@ INSERT INTO jiveVersion (name, version) VALUES ('wildfire', 6);
REM // Make password column accept null, add encrypted password column.
ALTER TABLE jiveUser MODIFY password VARCHAR2(32) NULL;
ALTER TABLE jiveUser ADD COLUMN encryptedPassword VARCHAR(255);
\ No newline at end of file
ALTER TABLE jiveUser ADD encryptedPassword VARCHAR(255);
\ No newline at end of file
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