From 62edd6c3790897cffa1869ba62c86f49da875824 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 21 Sep 2022 12:33:20 -0700 Subject: [PATCH] koji / staging: bump sequence up some, prod has moved paste this 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 bc5a769125..471c8dddf4 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 90000000; +alter sequence task_id_seq restart with 96000000; alter sequence repo_id_seq restart with 9000000; alter sequence imageinfo_id_seq restart with 900000;