mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-12 16:25:41 +00:00
6 lines
130 B
Ruby
6 lines
130 B
Ruby
class AddMatchupsToTournament < ActiveRecord::Migration[4.2]
|
|
def change
|
|
add_column :tournaments, :matchups, :text
|
|
end
|
|
end
|