0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 15:23:14 -05:00
forgejo/services/doctor
71rd 2953080339 fix: dbconsistency check adding missing quotes
On postgres the new check for orphaned authorization tokens fails with:
- [E] Error: pq: syntax error at or near "." whilst counting Authorization token without existing User

Adding marks to the user table reference allows the check to succeed
2024-12-02 16:05:51 +00:00
..
actions.go
authorizedkeys.go
breaking.go
checkOldArchives.go
dbconsistency.go fix: dbconsistency check adding missing quotes 2024-12-02 16:05:51 +00:00
dbversion.go
doctor.go
fix8312.go
fix16961.go
fix16961_test.go
heads.go
lfs.go
mergebase.go
misc.go
packages_nuget.go
paths.go
push_mirror_consistency.go
repository.go
storage.go
usertype.go