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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;