15 lines
613 B
Plaintext
15 lines
613 B
Plaintext
= Maven Database Diff
|
|
|
|
This template generates a diff between the Liquibase schema and the Hibernate model of a database.
|
|
The resulting xml can be used as a base for schema changes.
|
|
Please look at the resulting changelog since it can have errors.
|
|
|
|
.Variables
|
|
|===
|
|
|Name |Description | Default Value
|
|
|GRADLE_CLI_OPTS | Additional options send to gradle | ""
|
|
| PATH_TO_DIFF | Path to the resulting diff is defined in gradle config, this will also be exposed as the artefact of the Job. | "target/db-diff.xml"
|
|
|===
|
|
|
|
:template: java/maven/maven-database-diff.gitlab-ci.yml
|
|
include::../../../../template-printer.adoc[] |