numerus/revert/country_code.sql

8 lines
101 B
PL/PgSQL

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