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

BEGIN;

SELECT name, commit, git_repository_id, datetime
  FROM git_branches WHERE FALSE;

ROLLBACK;