-- Rollback Migration 040 — RES#2.
SET SESSION sql_mode = '';

ALTER TABLE tbl_Representante
  DROP COLUMN agente_dia_min_resgate_corrente,
  DROP COLUMN agente_limite_resgates_auto;
