Skip to content

Commit d43b73d

Browse files
committed
feat(correlation): add updates for correlation rules and system owner configuration
1 parent 2462e5f commit d43b73d

5 files changed

Lines changed: 13875 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<databaseChangeLog
3+
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
6+
7+
<changeSet id="20260209001" author="Manuel">
8+
<sqlFile
9+
path="config/liquibase/data/20260209/utm_correlation_rules.sql"
10+
relativeToChangelogFile="false"
11+
splitStatements="false"
12+
stripComments="false"
13+
encoding="UTF-8"/>
14+
<sqlFile
15+
path="config/liquibase/data/20260209/utm_group_rules_data_type.sql"
16+
relativeToChangelogFile="false"
17+
splitStatements="false"
18+
stripComments="false"
19+
encoding="UTF-8"/>
20+
</changeSet>
21+
22+
</databaseChangeLog>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<databaseChangeLog
3+
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
6+
7+
<changeSet id="20260209002" author="Manuel">
8+
<update tableName="utm_correlation_rules">
9+
<column name="system_owner" value= "true"/>
10+
</update>
11+
</changeSet>
12+
13+
</databaseChangeLog>

0 commit comments

Comments
 (0)