Skip to content

Commit

Permalink
Stuid typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnorthrip committed Feb 3, 2024
1 parent bea540e commit 54d7fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dbpull.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'snapshot_file' => env('DBPULL_SNAPSHOT_FILE', '.dbpull.json'),
'default_remote' => env('DBPULL_DEFAULT_REMOTE', 'production'),
'skip_tables' => env('DBPULL_SKIP_TABLES', 'failed_jobs , jobs , migrations'),
'skip_migrations_check' => env('DBPULL_SKIP_MIGRATIONS_CHECCK', false),
'skip_migrations_check' => env('DBPULL_SKIP_MIGRATIONS_CHECK', false),
'ids_only' => env('DBPULL_IDS_ONLY', false),
'ids_only_tables' => env('DBPULL_IDS_ONLY_TABLES', false),
'ids_only_tables_prefix' => env('DBPULL_IDS_ONLY_TABLES_PREFIX', false),
Expand Down

0 comments on commit 54d7fba

Please sign in to comment.