Project

General

Profile

Download (314 Bytes) Statistics
| Branch: | Tag: | Revision:
class MoveDescriptionFieldsToText < ActiveRecord::Migration[4.2]
def change
change_column :compute_resources, :description, :text
change_column :operatingsystems, :description, :text
change_column :lookup_keys, :description, :text
change_column :mail_notifications, :description, :text
end
end
(258-258/407)