Your IP : 18.191.189.30


Current Path : /usr/share/roundcubemail/SQL/postgres/
Upload File :
Current File : //usr/share/roundcubemail/SQL/postgres/2011121400.sql

-- Updates from version 0.7

DROP INDEX contacts_user_id_idx;
CREATE INDEX contacts_user_id_idx ON contacts USING btree (user_id, del);
ALTER TABLE contacts ALTER email TYPE text;