koji / staging_sync: bump ip a bunch to avoid conflicts in stg

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-08-14 12:18:58 -07:00
parent 9af1e4cdbd
commit a0581c2705

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 11000000;
alter sequence task_id_seq restart with 110000000;
alter sequence repo_id_seq restart with 9000000;
alter sequence imageinfo_id_seq restart with 900000;