openfire_postgresql.sql 153 Bytes
Newer Older
1 2 3 4 5 6
-- $Revision:  $
-- $Date:  $

ALTER TABLE mucConversationLog RENAME COLUMN time TO logTime;

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