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

Extend config check to assert for REPLICA IDENTITY on tables and drop index bug fix #89

Merged
merged 1 commit into from
Jan 21, 2024

Commits on Jan 21, 2024

  1. Extend config check to assert for REPLICA IDENTITY on tables and drop…

    … index bug fix
    
    - config check now performs an additional check to ensure all tables
    replicating (or about to be) have some form of replica identity setup.
    This way, if when the subscription starts, it doesn't fail hard if the one of the tables
    cannot be replicate. This usually involves having a PK, index or FULL REPLICA identity
    - Bug fix with drop indices when custom set of tables are passed
    - Refactor a bit of tables list is derived
    shayonj committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    8c64200 View commit details
    Browse the repository at this point in the history