aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/revert/add_fixed_output_to_derivations.sql
blob: 7402822382c32ad851e01f36d900e8e1d41365db (plain)
1
2
3
4
5
6
7
-- Revert guix-build-coordinator:add_fixed_output_to_derivations from pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;