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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;