about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dummy/db/schema.rb1
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"
33end 32end