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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;