mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
- Fix wrong postgres sequence name in upgrade from 0.6
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user