Skip to content

Commit 38e1b47

Browse files
committed
work
1 parent 56fa179 commit 38e1b47

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: liquibase.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
changeLogFile=src/main/resources/db/liquibase-changelog.xml
2-
diffChangeLogFile=src/main/resources/db/liquibase-diff-changelog.xml
1+
changeLogFile=src/site/resources/db/liquibase-changelog.xml
2+
diffChangeLogFile=src/site/resources/db/liquibase-diff-changelog.xml
33
classpath=target/dependency/postgresql-42.5.1.jar
44
driver=org.postgresql.Driver
55
url=jdbc:postgresql://localhost:5432/simpleworklist

0 commit comments

Comments
 (0)