mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 23:04:01 +01:00
Fix too small length of users.preferences column data type on MySQL
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user