campingmontagut/revert/booking_invoice.sql
jordi fita mas ff9f33dfba Add invoicing of bookings
It is a bit user-hostile because you have to create a new customer prior
to create the invoice, but that’s what it is for now.
2024-04-28 21:56:51 +02:00

8 lines
104 B
PL/PgSQL

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