Skip to content

Commit f9d3093

Browse files
committed
work
1 parent bd2a405 commit f9d3093

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/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

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spring:
1111
config:
1212
name: simpleworklist
1313
liquibase:
14-
enabled: false
14+
enabled: true
1515
devtools:
1616
livereload:
1717
enabled: ${SIMPLEWORKLIST_DEV_TESTING}

0 commit comments

Comments
 (0)