diff options
author | alecpl <alec@alec.pl> | 2011-12-19 07:42:10 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-12-19 07:42:10 +0000 |
commit | 89dc8499c3e51d426f685ff70e4e878d992ad2c7 (patch) | |
tree | 4dba3e4d63bb83075a8e38460e590fee2fa069ea /SQL/postgres.update.sql | |
parent | e8b2579865e90068658182074d2ea73bafbda3d2 (diff) |
- Applied fixes from trunk up to r5628
Diffstat (limited to 'SQL/postgres.update.sql')
-rw-r--r-- | SQL/postgres.update.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql index c96669dc8..0db2e9ee0 100644 --- a/SQL/postgres.update.sql +++ b/SQL/postgres.update.sql @@ -127,7 +127,7 @@ CREATE TABLE searches ( 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 ( |