db.changelog-master.xml 771 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <databaseChangeLog
  3. xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="
  6. http://www.liquibase.org/xml/ns/dbchangelog
  7. http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">
  8. <include file="baseline/init-meta.sql" relativeToChangelogFile="true"/>
  9. <include file="baseline/baseline.sql" relativeToChangelogFile="true"/>
  10. <include file="changes/20260613-live-user-add-is-del.sql" relativeToChangelogFile="true"/>
  11. <include file="table/live_group_type.sql" relativeToChangelogFile="true"/>
  12. <include file="dictData/dict_data_update.sql" relativeToChangelogFile="true"/>
  13. </databaseChangeLog>