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

staging: Rename database objects #850

Merged
merged 1 commit into from
May 8, 2024
Merged

staging: Rename database objects #850

merged 1 commit into from
May 8, 2024

Commits on May 8, 2024

  1. staging: Rename database objects

    This commit changes the default staging database name from _cdc_sink to
    _replicator. The provider function for the staging database name is updated to
    look for the legacy name and use that instead.
    
    Various references to the _cdc_sink database have been updated to reflect the
    new name. Existing documents in the migrations directory are not updated, since
    they are historical documents only.
    
    The default name for the DLQ table has been adjusted without automatic
    backward-compatibility, since this has only been used in limited testing
    scenarios.
    bobvawter committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0cc7add View commit details
    Browse the repository at this point in the history