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

BEGIN;

-- XXX Add DDLs here.

COMMIT;