camper/revert/email.sql

8 lines
85 B
PL/PgSQL

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