socialforge/db/migrate/20141009055029_update_homew...

6 lines
159 B
Ruby
Raw Normal View History

class UpdateHomeworkattachDescription < ActiveRecord::Migration
def change
change_column :homework_attaches, :description, :text, default: nil
end
end