This is easier to read and requires less unit tests, but i only used them in the new relations and fields for HEAD, because i do not see any point on creating migrations just for that.
8 lines
113 B
PL/PgSQL
8 lines
113 B
PL/PgSQL
-- Revert camper:nonnegative_integer from pg
|
|
|
|
begin;
|
|
|
|
drop domain if exists camper.nonnegative_integer;
|
|
|
|
commit;
|