We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bce97 commit 19f9c40Copy full SHA for 19f9c40
liquibase.properties
@@ -2,10 +2,10 @@ changeLogFile=src/main/resources/db/liquibase-changelog.xml
2
diffChangeLogFile=src/main/resources/db/liquibase-diff-changelog.xml
3
classpath=target/dependency/postgresql-42.5.1.jar
4
driver=org.postgresql.Driver
5
-url=jdbc:postgresql://localhost:5432/simpleworklistref
+url=jdbc:postgresql://localhost:5432/simpleworklist
6
username=simpleworklist
7
password=simpleworklistpwd
8
referenceDriver=org.postgresql.Driver
9
-referenceUrl=jdbc:postgresql://localhost:5432/simpleworklist
+referenceUrl=jdbc:postgresql://localhost:5432/simpleworklistref
10
referenceUsername=simpleworklist
11
referencePassword=simpleworklistpwd
0 commit comments