We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b33595 commit 5e2ec15Copy full SHA for 5e2ec15
1 file changed
backend/src/main/resources/config/liquibase/changelog/20260302013_add_crowdstrike_rules.xml
@@ -5,6 +5,16 @@
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="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>
18
19
<sqlFile
20
path="config/liquibase/data/20260302/crowdstrike/utm_correlation_rules.sql"
0 commit comments