Skip to content

Commit

Permalink
undo schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Feb 12, 2025
1 parent 36945b2 commit 8216524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
t.bigint "replaced_by_id"
t.datetime "entered_at", null: false
t.integer "entered_by_id", null: false
t.bigint "live_result_id"
t.bigint "live_result_id", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.index ["entered_by_id"], name: "index_live_attempts_on_entered_by_id"
Expand Down

0 comments on commit 8216524

Please sign in to comment.