camper/revert/country_code.sql

8 lines
99 B
MySQL
Raw Normal View History

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