numerus/revert/contact_swift.sql

8 lines
102 B
PL/PgSQL

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