parent
c51f13a0b6
commit
4957f6d55a
@ -0,0 +1,5 @@
|
||||
class UpdateHomeworkattachDescription < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :homework_attaches, :description, :text, default: nil
|
||||
end
|
||||
end
|
Loading…
Reference in new issue