Fix storing signatures with big images in MySQL database (#1490306)

This commit is contained in:
Aleksander Machniak
2015-03-08 12:49:36 +01:00
parent 0878c846bc
commit f06f4b8424
11 changed files with 12 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', '2014042900')
INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2015030800')
GO