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.
8 lines
104 B
PL/PgSQL
8 lines
104 B
PL/PgSQL
-- Revert camper:booking_invoice from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists camper.booking_invoice;
|
|
|
|
commit;
|