camper/revert/location_i18n.sql

8 lines
100 B
PL/PgSQL

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