Skip to content

Commit

Permalink
remove db importer
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed May 2, 2024
1 parent 924ae95 commit 6c73823
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions app/Console/Commands/DbImport.php

This file was deleted.

2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'url' => env('DB_URL'),
'database' => env('DB_DATABASE', database_path('database.sqlite')),
'prefix' => '',
'foreign_key_constraints' => false,
'foreign_key_constraints' => true,
],

'testing' => [
Expand Down

0 comments on commit 6c73823

Please sign in to comment.