diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-29 11:32:06 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-29 11:32:06 -0400 |
commit | 10599ab2e789ffb93a19f6aa3c100f533c460315 (patch) | |
tree | f49edb1c44fe698e023a73ee82c1584b328cb5de /test/dummy | |
parent | 141f8b1a7e42928e94cccd0c8f89fdd56f8e2efe (diff) | |
download | wittle-10599ab2e789ffb93a19f6aa3c100f533c460315.tar.gz wittle-10599ab2e789ffb93a19f6aa3c100f533c460315.tar.bz2 wittle-10599ab2e789ffb93a19f6aa3c100f533c460315.zip |
generate, show, solve puzzles
Diffstat (limited to 'test/dummy')
-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 |