Skip to content

Commit

Permalink
Updated the default charset in the migration config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan committed Oct 11, 2024
1 parent 0046236 commit 6c1d132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/phinx.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'user' => $globalConf['doctrine']['connection']['orm_default']['params']['user'],
'pass' => $globalConf['doctrine']['connection']['orm_default']['params']['password'],
'port' => $globalConf['doctrine']['connection']['orm_default']['params']['port'],
'charset' => 'utf8',
'charset' => 'utf8mb4',
),
),
);

0 comments on commit 6c1d132

Please sign in to comment.