mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Fix issue where MySQL was considered the default if left unset.
This commit is contained in:
@@ -100,7 +100,7 @@ return [
|
||||
*/
|
||||
|
||||
'failed' => [
|
||||
'database' => envNonEmpty('DB_CONNECTION', 'mysql'),
|
||||
'database' => envNonEmpty('DB_CONNECTION', 'pgsql'),
|
||||
'table' => 'failed_jobs',
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user