14 lines
782 B
XML
14 lines
782 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-ext.xsd">
|
|
|
|
<changeSet id="2025-02-18-0002-code.xml" author="dshilyaev">
|
|
<loadData tableName="code" file="db.changelog/1.0/data/csv/2025-02-18-0002-code-data.csv"
|
|
separator=";"
|
|
quotchar='*'
|
|
encoding="UTF-8"/>
|
|
</changeSet>
|
|
|
|
</databaseChangeLog> |