Attempt to fix CI

pull/30129/head
acsfer 2021-12-07 11:58:30 +07:00 committed by GitHub
parent 5c84fe1b81
commit 06b77fd666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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