-- Revert camper:invoice_product_amount from pg
begin;
drop view if exists camper.invoice_product_amount;
commit;