openfire_postgresql.sql 202 Bytes
Newer Older
1 2 3 4 5
-- add wildcard column to ofExtComponentConf
ALTER TABLE ofExtComponentConf ADD COLUMN wildcard INTEGER DEFAULT 0 NOT NULL;

-- Update version
UPDATE ofVersion SET version = 20 WHERE name = 'openfire';