1 2 3 4 5 6 7 8
-- Revert jmp:notify_possible_renewal_on_expired_top_up from pg BEGIN; DROP TRIGGER notify_possible_renewal_on_expired_top_up ON transactions; DROP FUNCTION IF EXISTS check_and_notify_possible_renewal_on_expired_top_up_trigger; COMMIT;