File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ changeLogFile=src/main/resources/db/liquibase-changelog.xml
22diffChangeLogFile =src/main/resources/db/liquibase-diff-changelog.xml
33classpath =target/dependency/postgresql-42.5.1.jar
44driver =org.postgresql.Driver
5- url =jdbc:postgresql://localhost:5432/simpleworklistref
5+ url =jdbc:postgresql://localhost:5432/simpleworklist
66username =simpleworklist
77password =simpleworklistpwd
88referenceDriver =org.postgresql.Driver
9- referenceUrl =jdbc:postgresql://localhost:5432/simpleworklist
9+ referenceUrl =jdbc:postgresql://localhost:5432/simpleworklistref
1010referenceUsername =simpleworklist
1111referencePassword =simpleworklistpwd
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments