mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
feat: created xml databasechangelog-master for include all changelogs
This commit is contained in:
parent
29a741da75
commit
e45c2bb7a4
1 changed files with 10 additions and 0 deletions
10
src/main/resources/db/changelog/db.changelog-master.xml
Normal file
10
src/main/resources/db/changelog/db.changelog-master.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue