aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/deploy/schema.sql
blob: 48d62925888f6f112859875d73a0d9d807f4b43c (plain)
1
2
3
4
5
6
7
-- Deploy guix-build-coordinator:schema to sqlite

BEGIN;

-- XXX Add DDLs here.

COMMIT;