1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
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