master
1class DropAdminUsersTable < ActiveRecord::Migration
2  def change
3    drop_table :admin_users
4    drop_table :active_admin_comments
5  end
6end