Skip to content

Commit d46fe4f

Browse files
committed
fix: update menu URL for SOC AI
1 parent 3c7080f commit d46fe4f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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="20260119001" author="manuel">
8+
9+
<update tableName="utm_menu">
10+
<column name="url" value="discover/log-analyzer?patternId=56&amp;indexPattern=v11-soc-ai"/>
11+
<where> name = 'SOC AI' </where>
12+
</update>
13+
14+
</changeSet>
15+
</databaseChangeLog>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,5 +305,9 @@
305305

306306
<include file="/config/liquibase/changelog/20260114001_update_section_instance_config.xml" relativeToChangelogFile="false"/>
307307

308+
<include file="/config/liquibase/changelog/20260119001_update_menu_url_for_soc_ai.xml" relativeToChangelogFile="false"/>
309+
310+
311+
308312

309313
</databaseChangeLog>

0 commit comments

Comments
 (0)