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

Clean up references to guest accounts in last_modifier_id #725

Merged
merged 1 commit into from
May 6, 2024

Commits on Apr 23, 2024

  1. Clean up references to guest accounts in last_modifier_id

    In acc2353 we changed `transferGuestSession` to update
    `last_modifier_id` and delete the guest account after all sessions have
    been transferred. This upgrade step does a similar thing with existing
    sessions. We don't update the modification date because we don't know
    when the session was transferred. We also double check that the guest
    account doesn't have any sessions associated with it so that we can
    safely delete it.
    
    Fixes syslabcom/scrum#2155
    reinhardt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ad15d25 View commit details
    Browse the repository at this point in the history