mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added date to tournament
This commit is contained in:
5
db/migrate/20151230164000_tournament_date.rb
Normal file
5
db/migrate/20151230164000_tournament_date.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class TournamentDate < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :tournaments, :date, :date
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user