Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit bc45036

Browse files
committed
fix: patch up sqlite db path
1 parent 991177c commit bc45036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'sqlite' => [
3636
'driver' => 'sqlite',
3737
'url' => _env('DATABASE_URL'),
38-
'database' => _env('DB_DATABASE', DatabasePath('database.sqlite')),
38+
'database' => _env('DB_DATABASE', AppPaths('databaseStorage') . '/database.sqlite'),
3939
'prefix' => '',
4040
'foreign_key_constraints' => _env('DB_FOREIGN_KEYS', true),
4141
],

0 commit comments

Comments
 (0)