Skip to content

Commit 0135b67

Browse files
committed
work
1 parent 5aab718 commit 0135b67

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
6-
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd
7-
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
6+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
7+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd
8+
http://www.liquibase.org/xml/ns/dbchangelog-ext
9+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
810

911
<preConditions>
1012
<dbms type="postgresql" />
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<databaseChangeLog
3-
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
3+
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
6+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
7+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd
8+
http://www.liquibase.org/xml/ns/dbchangelog-ext
9+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
610

711
</databaseChangeLog>

0 commit comments

Comments
 (0)