Commit f855c378 authored by daryl herzmann's avatar daryl herzmann Committed by Guus der Kinderen

OF-1280 Correct Oracle column addition syntax (#744)

parent ddbe66f2
ALTER TABLE ofMucConversationLog ADD COLUMN stanza VARCHAR2(4000) NULL; ALTER TABLE ofMucConversationLog ADD stanza VARCHAR2(4000) NULL;
ALTER TABLE ofMucConversationLog ADD COLUMN messageID INT NULL; ALTER TABLE ofMucConversationLog ADD messageID INT NULL;
UPDATE ofVersion SET version = 24 WHERE name = 'openfire'; UPDATE ofVersion SET version = 24 WHERE name = 'openfire';
\ 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