From a0581c2705e0bf95d12d6b5b2abb23e915d3c87e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 14 Aug 2023 12:18:58 -0700 Subject: [PATCH] koji / staging_sync: bump ip a bunch to avoid conflicts in stg 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 305b850927..12e397e115 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 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;