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.
14 lines
166 B
PL/PgSQL
14 lines
166 B
PL/PgSQL
-- Verify camper:amenity_i18n on pg
|
|
|
|
begin;
|
|
|
|
select amenity_id
|
|
, lang_tag
|
|
, name
|
|
, info1
|
|
, info2
|
|
from camper.amenity_i18n
|
|
where false;
|
|
|
|
rollback;
|