- Fix wrong postgres sequence name in upgrade from 0.6

pull/1/head
alecpl 13 years ago
parent af05fecf24
commit 5f481d1f0c

@ -127,7 +127,7 @@ CREATE TABLE searches (
CONSTRAINT searches_user_id_key UNIQUE (user_id, "type", name) CONSTRAINT searches_user_id_key UNIQUE (user_id, "type", name)
); );
DROP SEQUENCE messages_ids; DROP SEQUENCE message_ids;
DROP TABLE messages; DROP TABLE messages;
CREATE TABLE cache_index ( CREATE TABLE cache_index (

Loading…
Cancel
Save