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

feat(shuttle): Support deleting messages on DB that are missing on hub #2341

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Sep 27, 2024

  1. feat(shuttle): Support deleting messages on DB that are missing on hub

    There was existing support for handling messages that were present on hub and missing on DB, but not the opposite. From talking with Sanjay, it should be correct/safe to delete these messages from the DB.
    tybook committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    509c81a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. !missingInDb to false

    tybook committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0f45a55 View commit details
    Browse the repository at this point in the history