camper/revert/translation.sql

8 lines
95 B
PL/PgSQL

-- Revert camper:translation from pg
begin;
drop type if exists camper.translation;
commit;