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-46034: Add a test that the database schema hasn't changed #1090

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. Add a test that the database schema hasn't changed

    Add a new test that uses `alembic check` to ensure that the database
    schema hasn't changed.
    
    To support maintaining the data files used by that test, add a new
    `gafaelfawr generate-schema` command that dumps the SQL commands
    required to generate the current schema. Document using that command
    to update the most recent schema in the test suite after adding a new
    schema migration.
    rra committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e9e6a51 View commit details
    Browse the repository at this point in the history