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

BEGIN;

-- XXX Add DDLs here.

COMMIT;