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
doctor check-db-consistency task use models.DeleteOrphanedObjects() witch does not work
models.DeleteOrphanedObjects()
ref: #15658 (comment)
tested with mariadb Ver 15.1
mariadb Ver 15.1
gitea v1.13.7, v1.14.1 & master have same issue:
v13: Error: Unsupported type v14&master: - [C] Error: %!v(MISSING) whilst deleting orphaned objects
Error: Unsupported type
- [C] Error: %!v(MISSING) whilst deleting orphaned objects
The text was updated successfully, but these errors were encountered:
%!v(MISSING) should be fixed by #15658 and the underlaying bug in models.DeleteOrphanedObjects() gets fixed with #15657.
%!v(MISSING)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
doctor check-db-consistency task use
models.DeleteOrphanedObjects()
witch does not workref: #15658 (comment)
tested with
mariadb Ver 15.1
gitea v1.13.7, v1.14.1 & master have same issue:
v13:
Error: Unsupported type
v14&master:
- [C] Error: %!v(MISSING) whilst deleting orphaned objects
The text was updated successfully, but these errors were encountered: