summaryrefslogtreecommitdiff
path: root/SQL/postgres.initial.sql
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-29 12:12:26 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-29 12:12:26 +0200
commitb6f7304d69918e31dd701d4c041169aa05934aee (patch)
treeff1d2df4b811abe19d9cc0e313ce0a67fd29b771 /SQL/postgres.initial.sql
parentd7428263e9282f189fc902dc3bc8e9d37ea83284 (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.sql2
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');