Skip to content
New issue

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

Prevent dangling user redirects #21856

Merged
merged 2 commits into from
Nov 18, 2022
Merged

Commits on Nov 18, 2022

  1. Prevent dangling user redirects

    - 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.
    Gusted committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    ef1f045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cbfb5e View commit details
    Browse the repository at this point in the history