1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 05:27:25 +00:00
Files
wrestlingdev.com/db/migrate/20151230164000_tournament_date.rb
2015-12-30 18:48:49 +00:00

6 lines
112 B
Ruby

class TournamentDate < ActiveRecord::Migration
def change
add_column :tournaments, :date, :date
end
end