-- ============================================================================
-- Rollback da Migration 017 — AP#10.1
-- ============================================================================
-- Remove os 6 triggers criados pela 017.up.sql.
-- NAO toca trg_agente_snapshot_faturamento_bi (Migration 014, evento distinto).
--
-- Aplicacao via runner PDO (DROP TRIGGER nao precisa de DELIMITER).

DROP TRIGGER IF EXISTS trg_agente_proteger_pedido_bu;
DROP TRIGGER IF EXISTS trg_agente_proteger_pedido_bd;
DROP TRIGGER IF EXISTS trg_agente_proteger_boleto_bu;
DROP TRIGGER IF EXISTS trg_agente_proteger_boleto_bd;
DROP TRIGGER IF EXISTS trg_agente_proteger_faturamento_bu;
DROP TRIGGER IF EXISTS trg_agente_proteger_faturamento_bd;
