1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 05:43:47 +00:00
Files
wrestlingdev.com/db/migrate/20150324233726_add_matchups_to_tournament.rb
2015-03-25 00:15:27 +00:00

6 lines
125 B
Ruby

class AddMatchupsToTournament < ActiveRecord::Migration
def change
add_column :tournaments, :matchups, :text
end
end