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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;