Update database config, use single transaction and skip lock tables for mysql dump

pull/4048/head
Daniel Supernault 3 years ago
parent b1e000fbc7
commit 936f1e7a9b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -53,6 +53,10 @@ return [
'prefix' => '',
'strict' => false,
'engine' => null,
'dump' => [
'use_single_transaction',
'skip_lock_tables',
]
],
'pgsql' => [

Loading…
Cancel
Save