camper/revert/invoice.sql

8 lines
88 B
PL/PgSQL

-- Revert camper:invoice from pg
begin;
drop table if exists camper.invoice;
commit;