alecpl
2008-04-03 edc63c2e3845c1a7ec21898bb0636daddd124a27
fix: there's no ALTER TABLE ... ADD INDEX in postgresql


1 files modified
2 ■■■ changed files
SQL/postgres.initial.sql 2 ●●● patch | view | raw | blame | history
SQL/postgres.initial.sql
@@ -131,7 +131,7 @@
    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"