mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-14 08:58:29 +00:00
Removed score from school table and added attr_accessor
This commit is contained in:
5
db/migrate/20150328183257_drop_school_score_again.rb
Normal file
5
db/migrate/20150328183257_drop_school_score_again.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropSchoolScoreAgain < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :schools, :score
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user