class AddCovidToAdminPermissions < ActiveRecord::Migration[6.0]
  def change
    add_column :admin_permissions, :covid, :integer, null: false, default: 0, after: :service
  end
end
