For now, there is only the label, type, and active fields. We will need some field to hold the area on the map, but this requires #4, and possibly #6, to be finished. Part of #27.
8 lines
90 B
PL/PgSQL
8 lines
90 B
PL/PgSQL
-- Revert camper:campsite from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists camper.campsite;
|
|
|
|
commit;
|