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