aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/verify/build_tags.sql
blob: d314341988b09da9153c6044916cdc19329cbea9 (plain)
1
2
3
4
5
6
7
-- Verify guix-build-coordinator:build_tags on pg

BEGIN;

-- XXX Add verifications here.

ROLLBACK;