thomascube
2008-04-02 a3e5b42e0debc9a31133c78e8e4f71169484e4a0
1
2
3
4
-- RoundCube Webmail update script for Postgres databases
-- Updates from version 0.1-stable to 0.1.1
 
ALTER TABLE "cache" ADD INDEX (user_id, cache_key);