guix-data-service/sqitch/revert/update_build_servers_build_config.sql
Christopher Baines dfccbf911c Update the build_servers_build_config values
Change target to '' if it matches system, as this matches the updated way of
storing derivations.
2020-02-13 23:11:36 +00:00

7 lines
110 B
PL/PgSQL

-- Revert guix-data-service:update_build_servers_build_config from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;