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

BEGIN;

-- XXX Add DDLs here.

COMMIT;