diff --git a/migrations/V133__login_log_charset_uft8.sql b/migrations/V133__login_log_charset_uft8.sql new file mode 100644 index 00000000..1df80a7b --- /dev/null +++ b/migrations/V133__login_log_charset_uft8.sql @@ -0,0 +1 @@ +ALTER TABLE login_log CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;