迁移文件修改
This commit is contained in:
parent
a8dce5e520
commit
6444d859a7
|
@ -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