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.
8 lines
98 B
PL/PgSQL
8 lines
98 B
PL/PgSQL
-- Revert camper:amenity_i18n from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists camper.amenity_i18n;
|
|
|
|
commit;
|