mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-18 03:06:53 +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
|