1
0
forked from gitea/gitea
Gusted af8b2250c4
Prevent dangling user redirects () ()
- Backport 
- It's possible that the `user_redirect` table contains a user id that
no longer exists.
  - Delete a user redirect upon deleting the user.
- Add a check for these dangling user redirects to check-db-consistency.
2022-11-18 22:25:00 +08:00
..