camper/revert/id_document_type.sql

8 lines
106 B
PL/PgSQL

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