Skip to content

Commit 329536f

Browse files
fix(db): Switcg to postgres
1 parent 3c28faf commit 329536f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/database.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
|
2727
*/
2828

29-
'default' => env('DB_CONNECTION', 'mysql'),
29+
'default' => env('DB_CONNECTION', 'pgsql'),
3030

3131
/*
3232
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)