From b6f7304d69918e31dd701d4c041169aa05934aee Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 29 Apr 2014 12:12:26 +0200 Subject: Fix too small length of users.preferences column data type on MySQL --- SQL/mssql.initial.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SQL/mssql.initial.sql') diff --git a/SQL/mssql.initial.sql b/SQL/mssql.initial.sql index 9d0521c36..a6132b15c 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', '2013061000') +INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2014042900') GO \ No newline at end of file -- cgit v1.2.3