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

DM-25355: Add support for specifying schema versions #316

Merged
merged 2 commits into from
Jun 25, 2020

Commits on Jun 23, 2020

  1. Add support for specifying schema versions (DM-25355)

    Schema versions are now specified in the registry config file and they
    are stored to attributes table on schema initialization. When opening
    existing database these versions are compared with configured ones,
    exception is raised if they are not compatible. There is also a
    groundwork for detecting schema changes by checking schema digests, it
    is not used by anything yet.
    
    Couple of unit tests needed updates to avoid repeated initialization of
    existing schema.
    andy-slac committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    31b3b40 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    f032157 View commit details
    Browse the repository at this point in the history