Skip to content

Commit ed17dd1

Browse files
taylorotwellNickSdot
authored andcommitted
Revert "Config: Move some items into pragmas (laravel#56980)" (laravel#57003)
This reverts commit 52a1f6e.
1 parent 05b8bbb commit ed17dd1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

config/database.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@
3838
'prefix' => '',
3939
'prefix_indexes' => null,
4040
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
41-
'pragmas' => [
42-
'busy_timeout' => null,
43-
'journal_mode' => null,
44-
'synchronous' => null,
45-
'transaction_mode' => 'DEFERRED',
46-
],
41+
'busy_timeout' => null,
42+
'journal_mode' => null,
43+
'synchronous' => null,
44+
'transaction_mode' => 'DEFERRED',
45+
'pragmas' => [],
4746
],
4847

4948
'mysql' => [

0 commit comments

Comments
 (0)