thomascube
2008-03-28 7be708ea1ea12e2a90df02a466d97adb2eff0ccc
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);