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