camper/revert/color.sql

8 lines
85 B
PL/PgSQL

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