Change target to '' if it matches system, as this matches the updated way of storing derivations.
7 lines
110 B
PL/PgSQL
7 lines
110 B
PL/PgSQL
-- Revert guix-data-service:update_build_servers_build_config from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|