We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We got a report on files_lock about this so I thought I'd check other apps and stumbled over this one:
https://github.com/nextcloud/previewgenerator/blob/main/lib/Migration/Version020000Date20180823071939.php#L54-L57
We should use a BIGINT(20) instead of INT(11) for columns that reference a file id, likely also a good idea for the id primary key.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We got a report on files_lock about this so I thought I'd check other apps and stumbled over this one:
https://github.com/nextcloud/previewgenerator/blob/main/lib/Migration/Version020000Date20180823071939.php#L54-L57
We should use a BIGINT(20) instead of INT(11) for columns that reference a file id, likely also a good idea for the id primary key.
The text was updated successfully, but these errors were encountered: