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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;