summaryrefslogtreecommitdiff
path: root/db/migrate/20131228172412_drop_admin_users_table.rb
blob: 158cb423934dee30a2e885f1395d4916c08b3c3c (plain)
1
2
3
4
5
6
class DropAdminUsersTable < ActiveRecord::Migration
  def change
    drop_table :admin_users
    drop_table :active_admin_comments
  end
end