aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/deploy/add_fixed_output_to_derivations.sql
blob: b2c6755831af6352e4ad70afbe65913caf571086 (plain)
1
2
3
4
5
6
7
-- Deploy guix-build-coordinator:add_fixed_output_to_derivations to pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;