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
136 B
PL/PgSQL
8 lines
136 B
PL/PgSQL
-- Verify camper:add_campsite on pg
|
|
|
|
begin;
|
|
|
|
select has_function_privilege('camper.add_campsite(integer, text)', 'execute');
|
|
|
|
rollback;
|