numerus/revert/contact_iban.sql

8 lines
100 B
PL/PgSQL

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