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

BEGIN;

-- XXX Add DDLs here.

COMMIT;