Skip to content

Commit 19f9c40

Browse files
committed
work
1 parent 41bce97 commit 19f9c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

liquibase.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ changeLogFile=src/main/resources/db/liquibase-changelog.xml
22
diffChangeLogFile=src/main/resources/db/liquibase-diff-changelog.xml
33
classpath=target/dependency/postgresql-42.5.1.jar
44
driver=org.postgresql.Driver
5-
url=jdbc:postgresql://localhost:5432/simpleworklistref
5+
url=jdbc:postgresql://localhost:5432/simpleworklist
66
username=simpleworklist
77
password=simpleworklistpwd
88
referenceDriver=org.postgresql.Driver
9-
referenceUrl=jdbc:postgresql://localhost:5432/simpleworklist
9+
referenceUrl=jdbc:postgresql://localhost:5432/simpleworklistref
1010
referenceUsername=simpleworklist
1111
referencePassword=simpleworklistpwd

0 commit comments

Comments
 (0)