mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Record score in db and update when match is updated
This commit is contained in:
5
db/migrate/20151117152454_add_score_back_to_school.rb
Normal file
5
db/migrate/20151117152454_add_score_back_to_school.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddScoreBackToSchool < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :schools, :score, :decimal
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user