]> git.donarmstrong.com Git - roundcube.git/blob - SQL/postgres.update.sql
As policy 10.7.3, put a symbolic link to /usr/share/doc/roundcube for
[roundcube.git] / SQL / postgres.update.sql
1 -- RoundCube Webmail update script for Postres databases
2 -- Updates from version 0.1-beta and older
3
4 ALTER TABLE "messages" DROP body;
5 ALTER TABLE "messages" ADD structure TEXT;
6 ALTER TABLE "messages" ADD UNIQUE (user_id, cache_key, uid);
7
8 ALTER TABLE "identities" ADD html_signature integer DEFAULT 0 NOT NULL;
9