fix: set postgres and mysql queue offset as a bigint (#10344)

This commit is contained in:
YannC
2025-07-28 16:28:09 +02:00
committed by GitHub
parent 468c32156e
commit c68c1b16d9
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE queues MODIFY COLUMN `offset` BIGINT NOT NULL AUTO_INCREMENT;