Commit 11daab1b authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Bugfix for oracle upgrade script.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10152 b35dd754-fafc-0310-a699-88a17e54d16e
parent 742bbb51
-- add isHidden column to mucService
ALTER TABLE mucService ADD isHidden INTEGER NOT NULL;
ALTER TABLE mucService ADD isHidden INTEGER;
-- set all current services to isHidden = false
UPDATE mucService set isHidden = 0;
......
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