These are based on the state of the current manually managed database.
7 lines
112 B
PL/PgSQL
7 lines
112 B
PL/PgSQL
-- Revert guix-data-service:buildstatus_enum from pg
|
|
|
|
BEGIN;
|
|
|
|
DROP TYPE guix_data_service.buildstatus;
|
|
|
|
COMMIT;
|