numerus/revert/contact_tag.sql

8 lines
98 B
PL/PgSQL

-- Revert numerus:contact_tag from pg
begin;
drop table if exists numerus.contact_tag;
commit;