MySQL: Use utf8mb4 charset and utf8mb4_unicode_ci collation (#6535, #7113)

Fixes support for utf8 emoji in html signature.
This commit is contained in:
Aleksander Machniak
2020-02-01 17:19:04 +01:00
parent 706912e534
commit b606d81cdf
11 changed files with 38 additions and 19 deletions

View File

@@ -422,6 +422,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', '2020020100')
INSERT INTO [dbo].[system] ([name], [value]) VALUES ('roundcube-version', '2020020101')
GO