discourse/db/migrate/20140717024528_description_...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
194 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class DescriptionOptionalInBadgeGrouping < ActiveRecord::Migration[4.2]
2014-07-17 02:10:44 -04:00
def change
change_column :badge_groupings, :description, :text, null: true
end
end