Commit 06f4718b authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Putting this back for now.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10811 b35dd754-fafc-0310-a699-88a17e54d16e
parent c1d32bfd
......@@ -30,8 +30,7 @@ INSERT INTO jiveID (idType, id) VALUES (26, 1);
UPDATE mucRoom set serviceID = 1;
-- complete change mucRoom primary key to be referenced around serviceID
-- This does not work for some reason. I don't understand db2 enough.
--ALTER TABLE mucRoom ADD CONSTRAINT mucRoom_pk PRIMARY KEY (serviceID, name);
ALTER TABLE mucRoom ADD CONSTRAINT mucRoom_pk PRIMARY KEY (serviceID, name);
-- update conference name/desc if there is a custom one set
UPDATE mucService SET mucService.subdomain = ( SELECT jiveProperty.propValue FROM jiveProperty WHERE jiveProperty.name = 'xmpp.muc.service' )
......
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