File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/resources/db/changelog Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.1" encoding =" UTF-8" standalone =" no" ?>
2
- <databaseChangeLog xmlns =" http://www.liquibase.org/xml/ns/dbchangelog" xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns : pro =" http://www.liquibase.org/xml/ns/pro" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-4.1.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.1.xsd" >
2
+ <databaseChangeLog xmlns =" http://www.liquibase.org/xml/ns/dbchangelog" xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns : pro =" http://www.liquibase.org/xml/ns/pro" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-4.1.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.1.xsd" logicalFilePath = " db/changelog/changesets/changelog_2022-09-21T09:10:49Z.xml " >
3
3
<changeSet author =" homereti (generated)" id =" 1663751458052-1" >
4
4
<createTable tableName =" user_infos" >
5
5
<column name =" id" type =" UUID" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.1" encoding =" UTF-8" standalone =" no" ?>
2
- <databaseChangeLog xmlns =" http://www.liquibase.org/xml/ns/dbchangelog" xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns : pro =" http://www.liquibase.org/xml/ns/pro" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-4.1.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.1.xsd" >
2
+ <databaseChangeLog xmlns =" http://www.liquibase.org/xml/ns/dbchangelog" xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns : pro =" http://www.liquibase.org/xml/ns/pro" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-4.1.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.1.xsd" logicalFilePath = " db/changelog/changesets/changelog_2022-09-30T08:01:49Z.xml " >
3
3
<changeSet author =" homereti (generated)" id =" 1664524918797-1" >
4
4
<createTable tableName =" connection" >
5
5
<column name =" id" type =" UUID" >
Original file line number Diff line number Diff line change 1
1
databaseChangeLog :
2
2
3
3
- include :
4
- file : changesets/changelog_2022-09-21T09:10:49Z .xml
4
+ file : changesets/changelog_20220921T091049Z .xml
5
5
relativeToChangelogFile : true
6
6
7
7
- include :
8
- file : changesets/changelog_2022-09-30T08:01:49Z .xml
8
+ file : changesets/changelog_20220930T080149Z .xml
9
9
relativeToChangelogFile : true
You can’t perform that action at this time.
0 commit comments