Skip to content

Commit 7e28b0a

Browse files
committed
fix: update winevent correlation rules
1 parent 2219cfa commit 7e28b0a

4 files changed

Lines changed: 1179 additions & 1179 deletions

File tree

backend/src/main/resources/config/liquibase/changelog/20260223002_update_winevent_correlation_rules.xml renamed to backend/src/main/resources/config/liquibase/changelog/20260302001_update_winevent_correlation_rules.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
66

7-
<changeSet id="20260223002" author="Manuel Abascal">
7+
<changeSet id="20260302001" author="Manuel">
88

99
<sql dbms="postgresql" splitStatements="true" stripComments="true">
1010
<![CDATA[
@@ -18,13 +18,13 @@
1818
</sql>
1919

2020
<sqlFile
21-
path="config/liquibase/data/20260223/utm_correlation_rules.sql"
21+
path="config/liquibase/data/20260302/utm_correlation_rules.sql"
2222
relativeToChangelogFile="false"
2323
splitStatements="false"
2424
stripComments="false"
2525
encoding="UTF-8"/>
2626
<sqlFile
27-
path="config/liquibase/data/20260223/utm_group_rules_data_type.sql"
27+
path="config/liquibase/data/20260302/utm_group_rules_data_type.sql"
2828
relativeToChangelogFile="false"
2929
splitStatements="false"
3030
stripComments="false"

0 commit comments

Comments
 (0)