Use latest xsd
This commit is contained in:
@@ -2,9 +2,8 @@
|
|||||||
<databaseChangeLog
|
<databaseChangeLog
|
||||||
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
|
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
|
||||||
http://www.liquibase.org/xml/ns/dbchangelog
|
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
|
||||||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd">
|
|
||||||
|
|
||||||
<changeSet id="1" author="Ponk">
|
<changeSet id="1" author="Ponk">
|
||||||
<sqlFile path="db/test-liquibase.sql"/>
|
<sqlFile path="db/test-liquibase.sql"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user