Updated changelog

This commit is contained in:
Alejandro Celaya
2022-01-07 14:04:21 +01:00
parent 562763199a
commit cbdc5f121e
3 changed files with 17 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ $buildDbConnection = static function (): array {
'user' => 'postgres',
'password' => 'root',
'dbname' => 'shlink_test',
'charset' => 'utf8',
],
'mssql' => [
'driver' => 'pdo_sqlsrv',
@@ -71,7 +70,6 @@ $buildDbConnection = static function (): array {
'user' => 'root',
'password' => 'root',
'dbname' => 'shlink_test',
'charset' => 'utf8',
],
};
};