mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix: set postgres and mysql queue offset as a bigint (#10344)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE queues MODIFY COLUMN `offset` BIGINT NOT NULL AUTO_INCREMENT;
|
||||
@@ -0,0 +1,3 @@
|
||||
ALTER SEQUENCE queues_offset_seq AS BIGINT;
|
||||
ALTER SEQUENCE queues_offset_seq MAXVALUE 9223372036854775807;
|
||||
ALTER TABLE queues ALTER COLUMN "offset" TYPE BIGINT;
|
||||
Reference in New Issue
Block a user