campingmontagut/revert/booking.sql
jordi fita mas d945f55096 Add “part” of the bookings’ management
“Part”, because it is not possible to add or actually manage any
booking yet, but it has the export feature that we need to validate the
project.
2024-01-18 21:05:30 +01:00

8 lines
88 B
PL/PgSQL

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