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
153 B
PL/PgSQL
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;
|