feat: created xml databasechangelog-master for include all changelogs

This commit is contained in:
vilar 2025-12-17 18:29:41 +05:00
parent 29a741da75
commit e45c2bb7a4

View file

@ -0,0 +1,10 @@
<?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
https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.20.xsd">
<includeAll path="db/changelog/schema/xml"/>
<includeAll path="db/changelog/data/xml" context="dev"/>
</databaseChangeLog>