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

BEGIN;

SELECT id, label, url
  FROM git_repositories WHERE FALSE;

ROLLBACK;