-
Notifications
You must be signed in to change notification settings - Fork 1
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
Full Flyway integration #262
Labels
Comments
Solution steps:
|
Solution for upgrade from v0.1.0/v0.2.0 to v0.3.0
|
benedeki
added a commit
that referenced
this issue
Sep 24, 2024
* numbered the SQL scripts for Flyway * changed `PartitioningForDB` class to contain `keysToValuesMap` instead of `keysToValues` according to validation * added sbt alias `testAll` for running all tests * database test for validation function moved to proper folder * set `flywayBaselineVersion` for upgrade purposes
benedeki
added a commit
that referenced
this issue
Sep 30, 2024
* #262: Full Flyway integration * numbered the SQL scripts for Flyway * changed `PartitioningForDB` class to contain `keysToValuesMap` instead of `keysToValues` according to validation * added sbt alias `testAll` for running all tests * database test for validation function moved to proper folder * set `flywayBaselineVersion` for upgrade purposes * README.md update
Release notes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Background
Steps to ensure Atum 0.3.0 release and deploy
For now, we stick to Flyway migration tool (despite its drawbacks). It's infinitely better then doing DB changes manually.
Feature
Ensure that Flyway can be used in CD and then we stick to it.
Proposed Solution [Optional]
Solution Ideas:
The text was updated successfully, but these errors were encountered: