fix database

This commit is contained in:
Taylor Otwell
2025-09-10 14:30:39 -05:00
parent eebb39cfbe
commit 4d04f68ef9

View File

@@ -37,13 +37,11 @@ return [
'database' => env('DB_DATABASE', database_path('database.sqlite')), 'database' => env('DB_DATABASE', database_path('database.sqlite')),
'prefix' => '', 'prefix' => '',
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true), 'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
'pragmas' => [
'busy_timeout' => null, 'busy_timeout' => null,
'journal_mode' => null, 'journal_mode' => null,
'synchronous' => null, 'synchronous' => null,
'transaction_mode' => 'DEFERRED', 'transaction_mode' => 'DEFERRED',
], ],
],
'mysql' => [ 'mysql' => [
'driver' => 'mysql', 'driver' => 'mysql',