camper/revert/marshal_payment.sql

8 lines
116 B
PL/PgSQL

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