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