aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/git_branch_id.sql
blob: aa5749bdf6811251f7b28fbe8c987e82244cb3c8 (plain)
1
2
3
4
5
6
7
-- Verify guix-data-service:git_branch_id on pg

BEGIN;

-- XXX Add verifications here.

ROLLBACK;