forked from Olympic/NTO-2025-Backend-TeamTask
19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<?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
|
|
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">
|
|
|
|
<include file="db.changelog/1/0/2025-11-05--0001-employee.xml"/>
|
|
<include file="db.changelog/1/0/2025-11-05--0002-place.xml"/>
|
|
<include file="db.changelog/1/0/2025-11-05--0003-booking.xml"/>
|
|
|
|
<include file="db.changelog/data/2025-11-05--0001-employee-data.xml"/>
|
|
<include file="db.changelog/data/2025-11-05--0002-place-data.xml"/>
|
|
<include file="db.changelog/data/2025-11-05--0003-booking-data.xml"/>
|
|
</databaseChangeLog>
|