mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-15 17:59:39 +00:00
Entered devise secret key
This commit is contained in:
5
db/migrate/20140121020833_school_add_tournament_id.rb
Normal file
5
db/migrate/20140121020833_school_add_tournament_id.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class SchoolAddTournamentId < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :schools, :tournament_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user