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

BEGIN;

-- XXX Add DDLs here.

COMMIT;