Allow unicode in db

This commit is contained in:
Christopher Cookman 2024-12-22 17:25:18 -07:00
parent fed446b7f8
commit a6fb583fe8

View 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;