koji / staging sync: increase sequences to be higher than prod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4da0ff7c4d
commit
bea41a6732
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ 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 130000000;
|
||||
alter sequence repo_id_seq restart with 130000000;
|
||||
alter sequence imageinfo_id_seq restart with 13000000;
|
||||
alter sequence task_id_seq restart with 140000000;
|
||||
alter sequence repo_id_seq restart with 140000000;
|
||||
alter sequence imageinfo_id_seq restart with 14000000;
|
||||
|
||||
-- truncate sessions
|
||||
select now() as time, 'truncating sessions' as msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue