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

This commit is contained in:
Daniel Supernault 2022-12-30 21:55:45 -07:00
parent b1e000fbc7
commit 936f1e7a9b
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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