diff --git a/config/database.php b/config/database.php index 7fe483d71..fddfc8dbb 100644 --- a/config/database.php +++ b/config/database.php @@ -53,6 +53,10 @@ return [ 'prefix' => '', 'strict' => false, 'engine' => null, + 'dump' => [ + 'use_single_transaction', + 'skip_lock_tables', + ] ], 'pgsql' => [