debshots/db/migrate/20160715180453_screenshots_enlarge_description.rb

5 lines
148 B
Ruby

class ScreenshotsEnlargeDescription < ActiveRecord::Migration
def change
change_column :screenshots, :description, :text, limit: 80
end
end