Allow prioritising jobs from specific repositories
To help the QA data service prioritise branches over patches.
This commit is contained in:
parent
184d341671
commit
5f80856ad1
5 changed files with 35 additions and 3 deletions
7
sqitch/deploy/git_repositories_job_priority.sql
Normal file
7
sqitch/deploy/git_repositories_job_priority.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Deploy guix-data-service:git_repositories_job_priority to pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE git_repositories ADD COLUMN job_priority INTEGER NOT NULL DEFAULT 0;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue