13 lines
590 B
XML
13 lines
590 B
XML
<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="db.changelog/1.0/2024-10-20--0001-code.xml"/>
|
|
<include file="db.changelog/1.0/2024-10-20--0002-employee.xml"/>
|
|
|
|
<include file="db.changelog/data/2024-10-20--0001-code-data.xml"/>
|
|
<include file="db.changelog/data/2024-10-20--0002-employee-data.xml"/>
|
|
|
|
</databaseChangeLog> |