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

BEGIN;

-- XXX Add DDLs here.

COMMIT;