koji / staging sync: increase sequences to be higher than prod

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-04-25 09:15:08 -07:00
parent 4da0ff7c4d
commit bea41a6732

View file

@ -31,9 +31,9 @@ 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 130000000;
alter sequence repo_id_seq restart with 130000000;
alter sequence imageinfo_id_seq restart with 13000000;
alter sequence task_id_seq restart with 140000000;
alter sequence repo_id_seq restart with 140000000;
alter sequence imageinfo_id_seq restart with 14000000;
-- truncate sessions
select now() as time, 'truncating sessions' as msg;