File tree Expand file tree Collapse file tree
src/main/resources/db/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ POSTGRES_PORT=5432
55
66# Liquibase configuration
77LB_CHANGELOG = src/main/resources/db/changelog/db.changelog-master.yaml
8- LB_OUTPUT_CHANGELOG = src/main/resources/db/changelog /generated-changelog.yaml
8+ LB_OUTPUT_CHANGELOG = target /generated-changelog.yaml
99LB_DRIVER = org.postgresql.Driver
1010LB_SCHEMA = public
Original file line number Diff line number Diff line change @@ -225,8 +225,6 @@ src/main/resources/db/changelog/
225225./mvnw liquibase:rollback -Dliquibase.rollbackCount=1 # Rollback last change
226226```
227227
228- ** Note:** Copy ` liquibase.properties.template ` to ` liquibase.properties ` and configure your database credentials for CLI commands.
229-
230228---
231229
232230## 📊 Monitoring
Original file line number Diff line number Diff line change 137137 <plugin >
138138 <groupId >org.liquibase</groupId >
139139 <artifactId >liquibase-maven-plugin</artifactId >
140+ <version >5.0.0</version >
140141 <configuration >
141142 <changeLogFile >${env.LB_CHANGELOG} </changeLogFile >
142143 <outputChangeLogFile >${env.LB_OUTPUT_CHANGELOG} </outputChangeLogFile >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments