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: Allow setting of default schema version #1888

Commits on Sep 25, 2023

  1. Break out setting of schema version to func

    It will be called from other locations shortly, and may be optional within the original source function.
    AndrewSisley committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5897233 View commit details
    Browse the repository at this point in the history
  2. Add SetDefaultSchemaVersion

    Will allow users to change their default database schema versions on demand, allowing rapid switching between (application) api/database versions.  It also allows them to define and apply schema updates eagerly, and then make the switch at a later date.
    AndrewSisley committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    443a703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b72197 View commit details
    Browse the repository at this point in the history