Attempt to fix CI

This commit is contained in:
acsfer 2021-12-07 11:58:30 +01:00 committed by GitHub
parent 5c84fe1b81
commit 06b77fd666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,6 @@ class ConnectionFactory {
$connectionParams['defaultTableOptions'] = [
'collate' => 'utf8mb4_bin',
'charset' => 'utf8mb4',
'row_format' => 'compressed',
'tablePrefix' => $connectionParams['tablePrefix']
];
}