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
2
2
diffChangeLogFile =src/main/resources/db/liquibase-diff-changelog.xml
3
3
classpath =target/dependency/postgresql-42.5.1.jar
4
4
driver =org.postgresql.Driver
5
- url =jdbc:postgresql://localhost:5432/simpleworklistref
5
+ url =jdbc:postgresql://localhost:5432/simpleworklist
6
6
username =simpleworklist
7
7
password =simpleworklistpwd
8
8
referenceDriver =org.postgresql.Driver
9
- referenceUrl =jdbc:postgresql://localhost:5432/simpleworklist
9
+ referenceUrl =jdbc:postgresql://localhost:5432/simpleworklistref
10
10
referenceUsername =simpleworklist
11
11
referencePassword =simpleworklistpwd
Original file line number Diff line number Diff line change 4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext"
6
6
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
8
8
http://www.liquibase.org/xml/ns/dbchangelog-ext
9
9
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
10
10
Original file line number Diff line number Diff line change 4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext"
6
6
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
8
8
http://www.liquibase.org/xml/ns/dbchangelog-ext
9
9
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
10
10
You can’t perform that action at this time.
0 commit comments