Files
discourse/db/migrate/20130501105651_fix_topic_allowed_groups.rb
2017-09-25 13:48:58 +08:00

7 lines
147 B
Ruby

class FixTopicAllowedGroups < ActiveRecord::Migration[4.2]
def change
# big oops
remove_column :topic_allowed_groups, :integer
end
end