diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-19 07:27:27 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-19 07:27:27 +0000 |
| commit | 67978b159bd0bb8f76cf7a14e30629c134b668b0 (patch) | |
| tree | 49b3442f8e722eadd5ab38e83d78b261288461de | |
| parent | 15bc8034f572f8cb57e26d4645ffabfaec414f88 (diff) | |
- Fix wrong postgres sequence name in upgrade from 0.6
git-svn-id: https://svn.roundcube.net/trunk@5627 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/SQL/postgres.update.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/SQL/postgres.update.sql b/roundcubemail/SQL/postgres.update.sql index c96669dc8..0db2e9ee0 100644 --- a/roundcubemail/SQL/postgres.update.sql +++ b/roundcubemail/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 ( |
