camper/revert/amenity_i18n.sql

8 lines
98 B
PL/PgSQL

-- Revert camper:amenity_i18n from pg
begin;
drop table if exists camper.amenity_i18n;
commit;