camper/revert/flush_payments.sql

8 lines
107 B
PL/PgSQL

-- Revert camper:flush_payments from pg
begin;
drop function if exists camper.flush_payments();
commit;