This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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