Add a new event 'retry', and run jobs where the number of retry events is greater or equal to the number of failure events. Also add an index to the git_branches table to make the finding jobs query a bit faster.
7 lines
110 B
PL/PgSQL
7 lines
110 B
PL/PgSQL
-- Revert guix-data-service:add_retry_value_to_job_event_enum from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|