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;
|
||||
Reference in New Issue
Block a user