campingmontagut/verify/translate_amenity.sql
jordi fita mas eeaa3b415e Add amenities section and public page
This is more or less the same as the campsites, as public information
goes, but for buildings and other amenities that the camping provides
that are not campsites.
2024-01-27 22:51:41 +01:00

8 lines
164 B
PL/PgSQL

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