-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert file_metadata.id from int(11) to bigint(20) #34067
Conversation
file_metadata.id needs to be bigint(20). Signed-off-by: timm2k <[email protected]>
Signed-off-by: timm2k <[email protected]>
Backport ? |
/backport to stable24 |
/backport to stable24 |
Should also change the migration which creates the column, otherwise you do a new install and have a warning waiting for you |
is this done by chaning
|
Signed-off-by: timm2k <[email protected]>
Yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
file_metadata.id runs out of range for very large instances.