numerus/revert/email.sql

8 lines
87 B
PL/PgSQL

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