]> source.dussan.org Git - gitea.git/commit
Fix problem when database ID is not incremented as expected (#17229)
authorfinga <finga@users.noreply.github.com>
Wed, 6 Oct 2021 20:36:24 +0000 (22:36 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 20:36:24 +0000 (15:36 -0500)
commit67bc04fe21e279805f2f4163791e28272e8133b1
treea0c4df1fcae930db0cb57f73dda05b4e30d54df3
parent21a784e94a87ebcf9d95860f0e583b0a9bc629c2
Fix problem when database ID is not incremented as expected (#17229)

Although #17124 fixed the same issue for the feed, some other parts
with the same issue were found.

Co-authored-by: finga <finga@onders.org>
models/admin.go
models/issue.go
models/token.go