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

pull/4048/head
Daniel Supernault 2022-12-30 21:55:45 -07:00
rodzic b1e000fbc7
commit 936f1e7a9b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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