Set up Liquibase database migrations#60
Merged
Merged
Conversation
ebouchut
commented
Jun 15, 2026
Owner
- Set up Liquibase to version database migrations (DDL)
- Create core database schema (users, roles, tokens, audit) with indexes for foreign keys
- Document migration file locations and naming convention
- Add a CI drift check and a Makefile target to ensure the MCD sourcem model and DB schema are in sync.
- chore(config): Set up Liquibase - docs: Add Liquibase migration guidelines and naming rules
- Create core users roles, tokens, and audit tables, - Add indexes for FKs to speed joins, - reset, audit, roles, mapping - Indexes guard fast lookups Closes #32
Fix application config files: add missing indentation of `spring.liquibase section`
Make Liquibase include path relative to the master changelog file (was previously relative to the project root).
Ensure the MCD source and the database schema are in sync. The check fails if a table column in the Liquibase migrations files is missing from the MCD source file.
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.