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

BEGIN;

-- XXX Add DDLs here.

COMMIT;