summaryrefslogtreecommitdiff
path: root/SQL/mssql.initial.sql
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-03-08 12:49:36 +0100
committerAleksander Machniak <alec@alec.pl>2015-03-08 12:49:36 +0100
commitf06f4b8424d33e1e06d9f99aa6f2cbc4b5f252e3 (patch)
tree729e09abb64ee0b46d8e6df31ca8e3d31273a851 /SQL/mssql.initial.sql
parent0878c846bc2c1030ed01c8db34e20796c31ccd2d (diff)
Fix storing signatures with big images in MySQL database (#1490306)
Diffstat (limited to 'SQL/mssql.initial.sql')
-rw-r--r--SQL/mssql.initial.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/mssql.initial.sql b/SQL/mssql.initial.sql
index b45db10b4..8002170d5 100644
--- a/SQL/mssql.initial.sql
+++ b/SQL/mssql.initial.sql
@@ -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
\ No newline at end of file