koji / stagin sync: bump the task number up again

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-02-20 12:19:07 -08:00
parent efa7047d3b
commit b1797bae28

View file

@ -31,7 +31,7 @@ delete from imageinfo_listing;
-- bump sequences (not strictly needed anymore)
select now() as time, 'bumping sequences' as msg;
alter sequence task_id_seq restart with 110000000;
alter sequence task_id_seq restart with 120000000;
alter sequence repo_id_seq restart with 9000000;
alter sequence imageinfo_id_seq restart with 900000;