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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;