mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 21:24:25 +00:00
Persisting matchups
This commit is contained in:
5
db/migrate/20150324233726_add_matchups_to_tournament.rb
Normal file
5
db/migrate/20150324233726_add_matchups_to_tournament.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddMatchupsToTournament < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :tournaments, :matchups, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user