-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdb.changelog-master.xml
More file actions
15 lines (14 loc) · 929 Bytes
/
db.changelog-master.xml
File metadata and controls
15 lines (14 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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-3.10.xsd">
<include file="db/changelog/changes/00000000000000_initial_schema.xml"/>
<include file="db/changelog/changes/00000000000001_update_schema.xml"/>
<include file="db/changelog/changes/00000000000002_update_schema.xml"/>
<include file="db/changelog/changes/00000000000003_add_created_at_column.xml"/>
<include file="db/changelog/changes/20210721100000_add_registration_table.xml"/>
<include file="db/changelog/changes/20211008113000_add_registration_created_at.xml"/>
<include file="db/changelog/changes/20240607120000_add_unique_constraint_external_user_id.xml"/>
</databaseChangeLog>