Skip to content

Set up the database migration tool ([Liquibase](https://en.wikipedia.org/wiki/Liquibase)) #12

@ebouchut

Description

@ebouchut

Note

Liquibase is an
open-source database schema change management tool that allows you to track, version, and deploy database changes in a structured and repeatable way.

  • Add this Maven dependency:
    <dependency>
        <groupId>org.liquibase</groupId>
        <artifactId>liquibase-core</artifactId>
    </dependency>
  • Create the master changelog file:
    ``src/main/resources/db/changelog/db.changelog-master.yaml`

Metadata

Metadata

Assignees

Projects

Status

Product Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions