Use latest xsd

This commit is contained in:
P0nk
2025-06-26 21:08:23 +02:00
parent b5eb5dc0b9
commit 75d5aad0b6

View File

@@ -2,9 +2,8 @@
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd">
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
<changeSet id="1" author="Ponk">
<sqlFile path="db/test-liquibase.sql"/>