camper/revert/country_code.sql

8 lines
99 B
PL/PgSQL

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