add(sam): migrate messages to utf8mb4

This commit is contained in:
Tit Petric
2018-12-05 15:35:43 +01:00
parent 38debbb1b1
commit fb8f6dcdb3
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
alter table messages convert to character set utf8mb4 collate utf8mb4_unicode_ci;