Merge branch 'develop' of 10.0.47.245:/home/zhangyang into develop
This commit is contained in:
commit
ba12ff19eb
|
@ -0,0 +1,5 @@
|
|||
class AddStudentIdToUserextensions < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :userextensions, :student_id, :integer
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue