1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 21:24:25 +00:00

Added overtime_type to matches

This commit is contained in:
2022-09-13 11:31:35 +00:00
parent 645fb59e5b
commit 994fc18365
9 changed files with 47 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
class AddOvertimeToMatch < ActiveRecord::Migration[6.1]
def change
add_column :matches, :overtime_type, :string
end
end