mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-16 02:07:46 +00:00
A ton of stuff was done to finalize the app for use
This commit is contained in:
5
db/migrate/20140125062040_add_round_to_match.rb
Normal file
5
db/migrate/20140125062040_add_round_to_match.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddRoundToMatch < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :matches, :round, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user