Skip to content

Commit 1bc3a5f

Browse files
committed
work
1 parent 0135b67 commit 1bc3a5f

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.idea/dataSources.local.xml

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/simpleworklist
5+
url=jdbc:postgresql://localhost:5432/simpleworklistref
66
username=simpleworklist
77
password=simpleworklistpwd
88
referenceDriver=org.postgresql.Driver
9-
referenceUrl=jdbc:postgresql://localhost:5432/simpleworklistref
9+
referenceUrl=jdbc:postgresql://localhost:5432/simpleworklist
1010
referenceUsername=simpleworklist
1111
referencePassword=simpleworklistpwd

0 commit comments

Comments
 (0)