1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-08 04:09:53 +00:00
discourse/db/migrate/20150227043622_add_long_description_to_badges.rb

6 lines
131 B
Ruby

class AddLongDescriptionToBadges < ActiveRecord::Migration
def change
add_column :badges, :long_description, :text
end
end