alecpl
2011-12-19 5f481d1f0ce4bf9f0b9aa167a6579c02b0aa9d64
- Fix wrong postgres sequence name in upgrade from 0.6


1 files modified
2 ■■■ changed files
SQL/postgres.update.sql 2 ●●● patch | view | raw | blame | history
SQL/postgres.update.sql
@@ -127,7 +127,7 @@
    CONSTRAINT searches_user_id_key UNIQUE (user_id, "type", name)
);
DROP SEQUENCE messages_ids;
DROP SEQUENCE message_ids;
DROP TABLE messages;
CREATE TABLE cache_index (