camper/verify/edit_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
153 B
PL/PgSQL

-- Verify camper:edit_campsite on pg
begin;
select has_function_privilege('camper.edit_campsite(uuid, integer, text, boolean)', 'execute');
rollback;