aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/revert/build_starts_index.sql
blob: 6165710ba5190d3d0139e3eca96e539376eaac1f (plain)
1
2
3
4
5
6
7
-- Revert guix-build-coordinator:build_starts_index from sqlite

BEGIN;

-- XXX Add DDLs here.

COMMIT;