diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-29 12:12:26 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-29 12:13:36 +0200 |
commit | 08953a46d95e0165f0bccf9391254ca03195e0ec (patch) | |
tree | 2f086d317e7d06635a8468cbb23befec5b068938 /SQL/postgres.initial.sql | |
parent | 720e7d376ffe0fb625d0b1e250121823a71da094 (diff) |
Fix too small length of users.preferences column data type on MySQL
Diffstat (limited to 'SQL/postgres.initial.sql')
-rw-r--r-- | SQL/postgres.initial.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql index f18cb6ad0..238c3a657 100644 --- a/SQL/postgres.initial.sql +++ b/SQL/postgres.initial.sql @@ -290,4 +290,4 @@ CREATE TABLE "system" ( value text ); -INSERT INTO system (name, value) VALUES ('roundcube-version', '2013061000'); +INSERT INTO system (name, value) VALUES ('roundcube-version', '2014042900'); |