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

@@ -393,6 +393,6 @@ CREATE TRIGGER [contact_delete_member] ON [dbo].[contacts]
WHERE [contact_id] IN (SELECT [contact_id] FROM deleted)
GO
INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2013061000')
INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2014042900')
GO