Cleanup sequences
This commit is contained in:
parent
b2d2240bd3
commit
32c6af123a
@ -1,6 +1,5 @@
|
||||
-- DROP SEQUENCE log_id;
|
||||
CREATE SEQUENCE log_id
|
||||
MINVALUE 1
|
||||
START WITH 794444
|
||||
CACHE 100;
|
||||
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
-- DROP SEQUENCE message_id;
|
||||
CREATE SEQUENCE message_id
|
||||
MINVALUE 1
|
||||
START WITH 10000
|
||||
CACHE 100;
|
||||
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
-- DROP SEQUENCE queue_id;
|
||||
CREATE SEQUENCE queue_id
|
||||
MINVALUE 1
|
||||
START WITH 10100
|
||||
CACHE 100;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user