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

Clear CFF Uploads as they are overwritten #745

Merged
merged 1 commit into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. Clear CFF Uploads as they are overwritten

    The `Upload`s in the database should mirror the `Session`s within a stored `Report`.
    
    However, so far this was not the case for carryforwarded sessions/uploads.
    The `Session`s were removed from the `Report` as they were being overridden by new uploads,
    but that was not the case for the `Upload` rows in the database which were created from the carry-forwarded `Session`s on initial `Report` carry-forwarding.
    
    This change will now make sure that the `Upload`s in the database match the `Session`s in the `Report`.
    Swatinem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    de2c496 View commit details
    Browse the repository at this point in the history