job IDs: integer or bigint? #869
Replies: 1 comment 1 reply
-
You're probably right ! I don't have much bandwidth to fix this now but you're welcome to make a PR :) If it's causing issues in your DB, feel free to fix it by hand in the meantime. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In https://github.com/procrastinate-org/procrastinate/blob/main/procrastinate/sql/schema.sql, sometimes job IDs are
integer
and sometimes they'rebigint
(orbigserial
). Shouldn'tinteger
be replaced withbigint
?Beta Was this translation helpful? Give feedback.
All reactions