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

BEGIN;

-- XXX Add DDLs here.

COMMIT;