- <?xml version="1.0" encoding="UTF-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-3.8.xsd">
- <include file="baseline/init-meta.sql" relativeToChangelogFile="true"/>
- <include file="baseline/baseline.sql" relativeToChangelogFile="true"/>
- <include file="changes/20260613-live-user-add-is-del.sql" relativeToChangelogFile="true"/>
- <include file="table/live_group_type.sql" relativeToChangelogFile="true"/>
- <include file="dictData/dict_data_update.sql" relativeToChangelogFile="true"/>
- </databaseChangeLog>
|