parent
ac4d529ebc
commit
5d000ea431
@ -0,0 +1,9 @@
|
||||
class AddSystemScoreToStudentWork < ActiveRecord::Migration
|
||||
def up
|
||||
add_column :student_works,:system_score,:integer
|
||||
end
|
||||
|
||||
def down
|
||||
remove_column :student_works,:system_score
|
||||
end
|
||||
end
|
Loading…
Reference in new issue