-- Migration 039 (DOWN) — RES#2 Sprint D.

SET SESSION sql_mode = '';

ALTER TABLE agente_lote_resgate
  DROP INDEX idx_lote_data_prev_pag,
  DROP COLUMN data_prev_pag;
