koji / staging: bump sequence up some, prod has moved paste this
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
937ccdc761
commit
62edd6c379
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ delete from imageinfo_listing;
|
||||||
|
|
||||||
-- bump sequences (not strictly needed anymore)
|
-- bump sequences (not strictly needed anymore)
|
||||||
select now() as time, 'bumping sequences' as msg;
|
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 repo_id_seq restart with 9000000;
|
||||||
alter sequence imageinfo_id_seq restart with 900000;
|
alter sequence imageinfo_id_seq restart with 900000;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue