Skip to content

Commit 5e2ec15

Browse files
committed
feat: add crowdstrike correlation rules
1 parent 1b33595 commit 5e2ec15

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

backend/src/main/resources/config/liquibase/changelog/20260302013_add_crowdstrike_rules.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
66

77
<changeSet id="20260302013" author="Manuel">
8+
<sql dbms="postgresql" splitStatements="true" stripComments="true">
9+
<![CDATA[
10+
delete from utm_correlation_rules
11+
where id in (
12+
select u.rule_id
13+
from utm_group_rules_data_type u
14+
where u.data_type_id = 51
15+
)
16+
]]>
17+
</sql>
818

919
<sqlFile
1020
path="config/liquibase/data/20260302/crowdstrike/utm_correlation_rules.sql"

0 commit comments

Comments
 (0)