aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/deploy/create_unprocessed_builds_with_derived_priorities.sql
blob: adfda14310deb6c355a895f626b74b6073425dae (plain)
1
2
3
4
5
6
7
-- Deploy guix-build-coordinator:create_unprocessed_builds_with_derived_priorities to pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;