Commit 39511ec2 authored by Dave Cridland's avatar Dave Cridland

Upgrade scripts

parent f25447b3
ALTER TABLE ofMucConversationLog ADD COLUMN stanza CLOB;
ALTER TABLE ofMucConversationLog ADD COLUMN messageID INTEGER;
UPDATE ofVersion SET version = 24 WHERE name = 'openfire';
ALTER TABLE ofMucConversationLog ADD COLUMN stanza LONGVARCHAR NULL;
ALTER TABLE ofMucConversationLog ADD COLUMN messageID BIGINT NULL;
UPDATE ofVersion SET version = 24 WHERE name = 'openfire';
\ No newline at end of file
ALTER TABLE ofMucConversationLog ADD COLUMN stanza TEXT NULL;
ALTER TABLE ofMucConversationLog ADD COLUMN messageID BIGINT NULL;
UPDATE ofVersion SET version = 24 WHERE name = 'openfire';
\ No newline at end of file
ALTER TABLE ofMucConversationLog ADD COLUMN stanza VARCHAR2(4000) NULL;
ALTER TABLE ofMucConversationLog ADD COLUMN messageID INT NULL;
UPDATE ofVersion SET version = 24 WHERE name = 'openfire';
\ No newline at end of file
ALTER TABLE ofMucConversationLog ADD COLUMN stanza TEXT NULL;
ALTER TABLE ofMucConversationLog ADD COLUMN messageID INTEGER NULL;
UPDATE ofVersion SET version = 24 WHERE name = 'openfire';
\ No newline at end of file
ALTER TABLE ofMucConversationLog ADD COLUMN stanza NTEXT NULL;
ALTER TABLE ofMucConversationLog ADD COLUMN messageID INT NULL;
UPDATE ofVersion SET version = 24 WHERE name = 'openfire';
\ No newline at end of file
ALTER TABLE ofMucConversationLog ADD COLUMN stanza TEXT NULL;
ALTER TABLE ofMucConversationLog ADD COLUMN messageID INT NULL;
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