From b1797bae28a43fc083cf9d25792d26d1ca600a37 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 20 Feb 2024 12:19:07 -0800 Subject: [PATCH] koji / stagin sync: bump the task number up again Signed-off-by: Kevin Fenzi --- playbooks/manual/staging-sync/templates/koji-reset-staging.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql index 12e397e115..42ecfbdfcf 100644 --- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql +++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql @@ -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;