diff options
Diffstat (limited to 'SQL/postgres.initial.sql')
-rw-r--r-- | SQL/postgres.initial.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql index 356a579fc..e8513af73 100644 --- a/SQL/postgres.initial.sql +++ b/SQL/postgres.initial.sql @@ -131,7 +131,7 @@ CREATE TABLE "cache" ( data text NOT NULL ); - +ALTER TABLE "cache" ADD INDEX (user_id, cache_key); -- -- Sequence "message_ids" |