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