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