tipus/revert/email.sql

8 lines
83 B
PL/PgSQL

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