numerus/revert/bic.sql

8 lines
83 B
PL/PgSQL

-- Revert numerus:bic from pg
begin;
drop domain if exists numerus.bic;
commit;