20160113000001_update_auth.rb 111 B

12345
  1. class UpdateAuth < ActiveRecord::Migration
  2. def up
  3. Setting.where(name: 'auth_otrs').destroy_all
  4. end
  5. end