camper/revert/booking_invoice.sql

8 lines
104 B
MySQL
Raw Permalink Normal View History

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