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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;