HOME


Mini Shell 1.0
DIR:/proc/self/root/usr/local/cwpsrv/var/services/roundcubemail-1.4.11/SQL/postgres/
Upload File :
Current File : //proc/self/root/usr/local/cwpsrv/var/services/roundcubemail-1.4.11/SQL/postgres/2010100600.sql
-- Updates from version 0.4.2

DROP INDEX users_username_id_idx;
ALTER TABLE users ADD CONSTRAINT users_username_key UNIQUE (username, mail_host);
ALTER TABLE contacts ALTER email TYPE varchar(255);

TRUNCATE messages;