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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;