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