numerus/revert/extension_iban.sql

8 lines
90 B
PL/PgSQL

-- Revert numerus:extension_iban from pg
begin;
drop extension if exists iban;
commit;