Skip to content

Commit 19ca2c6

Browse files
committed
feat(integration): add VMware and Netflow filter updates for enhanced log processing
1 parent 9ee7898 commit 19ca2c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/src/main/resources/config/liquibase/changelog/20260206002_update_filter_netflow_integration.xml

Lines changed: 1 addition & 1 deletion
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="20260206001" author="Manuel">
7+
<changeSet id="20260206002" author="Manuel">
88
<sql dbms="postgresql" splitStatements="true" stripComments="true">
99
<![CDATA[
1010

backend/src/main/resources/config/liquibase/master.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335

336336
<include file="/config/liquibase/changelog/20260204002_update_filter_sonic_wall_integration.xml" relativeToChangelogFile="false"/>
337337

338-
<include file="/config/liquibase/changelog/20260206002_update_filter_netflow_integration.xml" relativeToChangelogFile="false"/>
338+
<include file="/config/liquibase/changelog/20260206001_update_filter_vmware_integration.xml" relativeToChangelogFile="false"/>
339339

340340
<include file="/config/liquibase/changelog/20260206002_update_filter_netflow_integration.xml" relativeToChangelogFile="false"/>
341341

0 commit comments

Comments
 (0)