File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
backend/src/main/resources/config/liquibase Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 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& indexPattern=v11-soc-ai" />
11+ <where > name = 'SOC AI' </where >
12+ </update >
13+
14+ </changeSet >
15+ </databaseChangeLog >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments