Allow unicode in db
This commit is contained in:
parent
fed446b7f8
commit
a6fb583fe8
4
migrations/008_fix_charset.sql
Normal file
4
migrations/008_fix_charset.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE bans CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
ALTER TABLE bans MODIFY reasonLong TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
|
||||
ALTER DATABASE ubs CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
Loading…
Reference in a new issue