From ed0f5306cc3f271112654c275c8979e7a1a0df80 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 23 Jun 2015 17:02:14 +0000 Subject: [PATCH] For readability. --- .../manual/staging-sync/templates/koji-reset-staging.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql index e293f2dba9..fe81ff7fb7 100644 --- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql +++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql @@ -28,8 +28,8 @@ BEGIN; -- bump sequences (not strictly needed anymore) select now() as time, 'bumping sequences' as msg; -alter sequence task_id_seq restart with 90000000; -alter sequence repo_id_seq restart with 9000000; +alter sequence task_id_seq restart with 90000000; +alter sequence repo_id_seq restart with 9000000; alter sequence imageinfo_id_seq restart with 900000; -- truncate sessions