mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-14 15:29:02 +00:00
Fix a task chain bug
This commit is contained in:
@@ -113,7 +113,8 @@ BEGIN
|
||||
priority, retries, max_retries, status, recipe)
|
||||
VALUES (old.hash64, chain, NULL, old.max_assign_time, NULL,
|
||||
old.verification_count, old.priority, 0, old.max_retries, 1,
|
||||
old.recipe);
|
||||
old.recipe)
|
||||
ON CONFLICT DO NOTHING;
|
||||
end if;
|
||||
end if;
|
||||
RETURN OLD;
|
||||
|
||||
Reference in New Issue
Block a user