mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
fix: there's no ALTER TABLE ... ADD INDEX in postgresql
This commit is contained in:
@@ -131,7 +131,7 @@ CREATE TABLE "cache" (
|
||||
data text NOT NULL
|
||||
);
|
||||
|
||||
ALTER TABLE "cache" ADD INDEX (user_id, cache_key);
|
||||
CREATE INDEX cache_user_id_idx ON "cache" (user_id, cache_key);
|
||||
|
||||
--
|
||||
-- Sequence "message_ids"
|
||||
|
||||
Reference in New Issue
Block a user