campingmontagut/revert/add_campsite.sql
jordi fita mas 216ae20638 Add the campsite relation, HTTP handlers, and form
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.
2023-08-14 20:18:26 +02:00

8 lines
116 B
PL/PgSQL

-- Revert camper:add_campsite from pg
begin;
drop function if exists camper.add_campsite(integer, text);
commit;