mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-21 12:29:24 +00:00
A ton of stuff was done to finalize the app for use
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddTournamentIdToMatches < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :matches, :tournament_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user