Change UTF8 to utf8mb4 to properly support utf8 in mysql

This commit is contained in:
osaajani 2021-12-29 02:54:21 +01:00
parent fadffdab10
commit bd3da73711
6 changed files with 14 additions and 14 deletions

View file

@ -12,6 +12,6 @@ environments:
user: '%APP_DATABASE_USER%'
pass: '%APP_DATABASE_PASS%'
port: 3306
charset: utf8
charset: utf8mb4
version_order: creation