Fix too small length of users.preferences column data type on MySQL

This commit is contained in:
Aleksander Machniak
2014-04-29 12:12:26 +02:00
parent d7428263e9
commit b6f7304d69
9 changed files with 11 additions and 6 deletions

View File

@@ -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');