mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 14:54:01 +01:00
5 lines
155 B
SQL
5 lines
155 B
SQL
-- 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);
|