forked from Olympic/NTO-2025-Backend-TeamTask
feat: Initial commit
This commit is contained in:
18
src/main/resources/db.changelog/db.changelog-master.xml
Normal file
18
src/main/resources/db.changelog/db.changelog-master.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user