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:
5
db/migrate/20220912171922_add_overtime_to_match.rb
Normal file
5
db/migrate/20220912171922_add_overtime_to_match.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddOvertimeToMatch < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :matches, :overtime_type, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user