Merge branch 'yuanke' into develop
This commit is contained in:
commit
de0ba0fbe5
|
@ -1,6 +0,0 @@
|
|||
class AddSimiIdToStudentWorks < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :student_works, :simi_id, :integer, :default => false
|
||||
add_column :student_works, :simi_value, :integer, :default => false
|
||||
end
|
||||
end
|
|
@ -0,0 +1,6 @@
|
|||
class AddSimiIdToStudentWorks < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :student_works, :simi_id, :integer
|
||||
add_column :student_works, :simi_value, :integer
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue