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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;