camper/revert/id_document_type_i18n.sql

8 lines
116 B
PL/PgSQL

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