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

Added liquibase support adding #49 new indexes to changelog #51

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

vjrj
Copy link
Contributor

@vjrj vjrj commented Jul 11, 2022

Following AtlasOfLivingAustralia/ala-install#593 and #49 this PR adds liquibase support with the new indexes as sample in the changelog.

After boot logger with this PR, the changelog table shows that the indexes were added:

image

@vjrj vjrj requested review from sughics and djtfmartin July 11, 2022 15:47
@vjrj vjrj changed the title Added liquibase support adding #49 changes to changelog Added liquibase support adding #49 new indexes to changelog Jul 11, 2022
@vjrj
Copy link
Contributor Author

vjrj commented Jul 11, 2022

I've just added #51 as I had practice. This should not conflict with this PR as the liquibase changelogs check if the indexes are created or not previously.

Anyway one of the good things of using database migration tools like liquibase is that the db changes are associated with the code and releases. So if we modify some table, for instance, this database change is applied when this software is deployed, so software and db schema match.

@djtfmartin djtfmartin merged commit d123d4d into AtlasOfLivingAustralia:develop Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants