mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-07-21 20:38:46 +02:00
Change UTF8 to utf8mb4 to properly support utf8 in mysql
This commit is contained in:
parent
fadffdab10
commit
bd3da73711
6 changed files with 14 additions and 14 deletions
|
@ -12,6 +12,6 @@ environments:
|
|||
user: '%APP_DATABASE_USER%'
|
||||
pass: '%APP_DATABASE_PASS%'
|
||||
port: 3306
|
||||
charset: utf8
|
||||
charset: utf8mb4
|
||||
|
||||
version_order: creation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue