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