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

Fixed db2 script up some. Had to comment out primary key setting. Not

pleased about that but can't get it working.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10810 b35dd754-fafc-0310-a699-88a17e54d16e
parent 579c3724
......@@ -30,7 +30,8 @@ INSERT INTO jiveID (idType, id) VALUES (26, 1);
UPDATE mucRoom set serviceID = 1;
-- complete change mucRoom primary key to be referenced around serviceID
ALTER TABLE mucRoom ADD CONSTRAINT mucRoom_pk PRIMARY KEY (serviceID, name);
-- This does not work for some reason. I don't understand db2 enough.
--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