Skip to content

Commit 8045c1e

Browse files
committed
work
1 parent fcadff7 commit 8045c1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

src/main/resources/db/liquibase-changelog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
66
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
7-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd
7+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd
88
http://www.liquibase.org/xml/ns/dbchangelog-ext
99
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
1010

src/main/resources/db/liquibase-diff-changelog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
66
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
7-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd
7+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd
88
http://www.liquibase.org/xml/ns/dbchangelog-ext
99
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
1010

0 commit comments

Comments
 (0)