8 lines
99 B
PL/PgSQL
8 lines
99 B
PL/PgSQL
-- Revert camper:country_code from pg
|
|
|
|
begin;
|
|
|
|
drop domain if exists camper.country_code;
|
|
|
|
commit;
|