Skip to content

Commit

Permalink
Updated default values
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Apr 29, 2019
1 parent 453b5e8 commit 673f8cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli-config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ $dbParams = [
'user' => 'user name',
'password' => 'password',
'dbname' => 'name of data base',
'charset' => 'utf8'
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_general_ci',
];

$config = new DoctrineConfiguration();
Expand Down

0 comments on commit 673f8cb

Please sign in to comment.