Commit ad5b500c authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Bugfix for postgres upgrade script.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10150 b35dd754-fafc-0310-a699-88a17e54d16e
parent 3db95b89
......@@ -17,7 +17,7 @@ CREATE TABLE mucServiceProp (
-- add new indexed column to mucRoom
ALTER TABLE mucRoom ADD COLUMN serviceID INTEGER NOT NULL;
CREATE INDEX mucRm_serviceid_idx ON mucRoom (serviceID);
CREATE INDEX mucRoom_serviceid_idx ON mucRoom (serviceID);
-- change mucRoom primary key to be referenced around serviceID
ALTER TABLE mucRoom DROP CONSTRAINT mucRoom__pk;
......
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