11 lines
738 B
XML
11 lines
738 B
XML
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
|
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd
|
|
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
|
|
|
|
<changeSet id="2025-02-19--0006-position-data" author="agavrilov">
|
|
<loadData tableName="position" file="db.changelog/data/csv/2025-02-19--0006-position-data.csv" separator=";" encoding="UTF-8"/>
|
|
</changeSet>
|
|
|
|
</databaseChangeLog> |