diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-12-09 23:51:27 +0000 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-12-09 23:51:27 +0000 |
| commit | cde3d35dff39e9fd4ef75a748b1c79ffd785e226 (patch) | |
| tree | b936750d429fe88731ad730c5b97e91921838a38 /laravel/config | |
| parent | a18930b65193e9ff8aafaa08e8fc76c6fb8d4c5e (diff) | |
| download | prosongsa-cde3d35dff39e9fd4ef75a748b1c79ffd785e226.tar.gz | |
Laravel: Upgrade to 9.x
Diffstat (limited to 'laravel/config')
| -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', ], |
