Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/config/database.php')
| -rw-r--r-- | laravel/config/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/laravel/config/database.php b/laravel/config/database.php index 378af97..08bc17e 100644 --- a/laravel/config/database.php +++ b/laravel/config/database.php @@ -66,7 +66,7 @@ return [ 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, - 'schema' => 'public', + 'search_path' => 'public', // laravel 9.x+ 'sslmode' => 'prefer', ], |