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

BEGIN;

-- XXX Add DDLs here.

COMMIT;