openfire_oracle.sql 209 Bytes
Newer Older
1 2
-- add isHidden column to mucService, with isHidden set to false by default
ALTER TABLE mucService ADD isHidden INTEGER DEFAULT 0 NOT NULL;
3 4 5 6 7


UPDATE jiveVersion set version=18 where name = 'openfire';

commit;