Skip to content

Commit 789e908

Browse files
committed
clean
Signed-off-by: Etienne Homer <[email protected]>
1 parent 1d7b24b commit 789e908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/resources/db/changelog/changesets/changelog_2022-09-29T15:14:17Z.xml renamed to src/main/resources/db/changelog/changesets/changelog_2022-09-30T08:01:49Z.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
22
<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">
3-
<changeSet author="homereti (generated)" id="1664464467053-1">
3+
<changeSet author="homereti (generated)" id="1664524918797-1">
44
<createTable tableName="connection">
55
<column name="id" type="UUID">
66
<constraints nullable="false" primaryKey="true" primaryKeyName="connectionPK"/>
@@ -19,7 +19,7 @@
1919
</column>
2020
</createTable>
2121
</changeSet>
22-
<changeSet author="homereti (generated)" id="1664464467053-2">
22+
<changeSet author="homereti (generated)" id="1664524918797-2">
2323
<createIndex indexName="connection_sub_index" tableName="connection">
2424
<column name="sub"/>
2525
</createIndex>

src/main/resources/db/changelog/db.changelog-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ databaseChangeLog:
55
relativeToChangelogFile: true
66

77
- include:
8-
file: changesets/changelog_2022-09-29T15:14:17Z.xml
8+
file: changesets/changelog_2022-09-30T08:01:49Z.xml
99
relativeToChangelogFile: true

0 commit comments

Comments
 (0)