-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.changelog-master.xml
More file actions
32 lines (32 loc) · 2.68 KB
/
Copy pathdb.changelog-master.xml
File metadata and controls
32 lines (32 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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-latest.xsd">
<!-- <include file="db/changelog/logs/2025-01-21-ch-add-user-table-example-Pohranychnyi.txt"-->
<include file="/db/changelog/logs/2026-01-23-ch-create-enums-Shumeyko.xml"/>
<include file="/db/changelog/logs/2026-01-23-ch-create-tables-Shumeyko.xml"/>
<include file="/db/changelog/logs/2026-01-23-ch-insert-sample-data-Shumeyko.xml"/>
<include file="/db/changelog/logs/2026-03-27-ch-create-file-assets-table-Huz.xml"/>
<include file="/db/changelog/logs/2026-06-15-ch-refactor-competitions-Pampukha.xml"/>
<include file="/db/changelog/logs/2026-06-15-ch-create-stages-Pampukha.xml"/>
<include file="/db/changelog/logs/2026-06-15-ch-create-tours-Pampukha.xml"/>
<include file="/db/changelog/logs/2026-06-28-ch-add-file-role-to-file-assets-Selianyk.xml"/>
<include file="/db/changelog/logs/2026-07-04-ch-drop-tasks-create-task-bodies-Selianyk.xml"/>
<include file="/db/changelog/logs/2026-07-06-ch-update-enums-for-competitions-and-stages-Pampukha.xml"/>
<include file="/db/changelog/logs/2026-07-08-ch-create-applications-Haleliuk.xml"/>
<include file="/db/changelog/logs/2026-07-08-ch-create-participants-Haleliuk.xml"/>
<include file="/db/changelog/logs/2026-07-08-ch-alter-users-middle-name-Huz.xml"/>
<include file="/db/changelog/logs/2026-07-10-ch-update-applications-Haleliuk.xml"/>
<include file="/db/changelog/logs/2026-07-09-ch-add-ownerId-to-task-bodies-Selianyk.xml"/>
<include file="/db/changelog/logs/2026-07-15-ch-create-question-threads-Shankin.xml"/>
<include file="/db/changelog/logs/2026-07-15-ch-create-question-messages-Shankin.xml"/>
<include file="/db/changelog/logs/2026-07-14-ch-add-enum-status-to-stages-and-tours-Pampukha.xml"/>
<include file="/db/changelog/logs/2026-07-17-ch-create-task-assignments-Selianyk.xml"/>
<include file="/db/changelog/logs/2026-07-24-ch-add-fk-task-assignment-to-task-bodies-Selianyk.xml"/>
<include file="/db/changelog/logs/2026-07-27-ch-create-invitations-Haleliuk.xml"/>
<include file="/db/changelog/logs/2026-07-27-ch-alter-invitations-Haleliuk.xml"/>
<include file="/db/changelog/logs/2026-08-04-ch-create-task-owners-table-Murashko.xml"/>
<include file="/db/changelog/logs/2026-08-13-ch-add-news-updated-at-Rakuta.xml"/>
<include file="/db/changelog/logs/2026-08-11-ch-add-version-to-competitions-Pampukha.xml"/>
</databaseChangeLog>