Skip to content

Commit b39d3d5

Browse files
committed
pom.xml(liquibase-maven-plugin): change path to changelog file.
Allow to migrate db that previously migrated by our application. Addressed to #383 [ci skip]
1 parent 9b5cb78 commit b39d3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
<version>${liquibase.version}</version>
707707
<configuration>
708708
<changeLogFile>
709-
${basedir}/src/main/resources/liquibase/changelog.xml
709+
/liquibase/changelog.xml
710710
</changeLogFile>
711711
<propertyFile>
712712
${basedir}/src/main/resources/liquibase/liquibase.properties

0 commit comments

Comments
 (0)