aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/verify/initial_derivation_tables.sql
blob: 28386833bfeeaac1c33fd9e4be4149e751d84df0 (plain)
1
2
3
4
5
6
7
-- Verify guix-build-coordinator:initial_derivation_tables on sqlite

BEGIN;

-- XXX Add verifications here.

ROLLBACK;