Skip to content

Commit 147e2ef

Browse files
committed
feat: rename compliance configuration changelogs
1 parent 41666c5 commit 147e2ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/src/main/resources/config/liquibase/changelog/20260112002_create_table_compliance_control_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
66
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
77

8-
<changeSet id="20260112001" author="Elena">
8+
<changeSet id="20260112002" author="Elena">
99
<createTable tableName="utm_compliance_control_config">
1010
<column name="id" type="BIGSERIAL">
1111
<constraints primaryKey="true" nullable="false"/>

backend/src/main/resources/config/liquibase/changelog/20260112003_create_table_compliance_query_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
66
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
77

8-
<changeSet id="20260112002" author="Elena">
8+
<changeSet id="20260112003" author="Elena">
99
<createTable tableName="utm_compliance_query_config">
1010
<column name="id" type="BIGSERIAL">
1111
<constraints primaryKey="true" nullable="false"/>

0 commit comments

Comments
 (0)