16 lines
1.2 KiB
XML
16 lines
1.2 KiB
XML
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
|
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd
|
|
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
|
|
<include file="/db.changelog/1.0/2025-01-30--0001-code.xml"/>
|
|
<include file="/db.changelog/data/2025-01-30--0001-code-data.xml"/>
|
|
<include file="/db.changelog/1.0/2025-02-05--0003-authority.xml"/>
|
|
<include file="/db.changelog/data/2025-02-05--0003-authority-data.xml"/>
|
|
<include file="/db.changelog/1.0/2025-01-30--0002-employee.xml"/>
|
|
<include file="/db.changelog/data/2025-01-30--0002-employee-data.xml"/>
|
|
<include file="/db.changelog/1.0/2025-02-18--0005-enter.xml"/>
|
|
<include file="/db.changelog/data/2025-02-18--0005-enter-data.xml"/>
|
|
<include file="/db.changelog/1.0/2025-02-05--0004-employee-authorities.xml"/>
|
|
<include file="/db.changelog/data/2025-02-05--0004-employee-authorities-data.xml"/>
|
|
</databaseChangeLog> |