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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;