discourse/db/migrate/20130501105651_fix_topic_allowed_groups.rb
2013-05-02 15:15:53 +10:00

7 lines
142 B
Ruby

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