diff options
Diffstat (limited to 'test/dummy/db/schema.rb')
-rw-r--r-- | test/dummy/db/schema.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dummy/db/schema.rb b/test/dummy/db/schema.rb index 928cc3c..3b8bd7f 100644 --- a/test/dummy/db/schema.rb +++ b/test/dummy/db/schema.rb | |||
@@ -29,5 +29,4 @@ ActiveRecord::Schema[7.1].define(version: 2023_10_28_210722) do | |||
29 | t.index ["puzzle_id"], name: "index_wittle_scores_on_puzzle_id" | 29 | t.index ["puzzle_id"], name: "index_wittle_scores_on_puzzle_id" |
30 | end | 30 | end |
31 | 31 | ||
32 | add_foreign_key "wittle_scores", "puzzles" | ||
33 | end | 32 | end |