dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
New test-query that does not violate any foreign key contraints
thomascube
2008-04-03
50e5eef2e35479f27253323f087beeec6d6ad169
[githubFork/roundcubemail.git]
/
SQL
/
postgres.update.sql
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);