File tree Expand file tree Collapse file tree
backend/src/main/resources/config/liquibase Expand file tree Collapse file tree 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 =" 20250519001" author =" Manuel" >
8+ <sql dbms =" postgresql" splitStatements =" true" stripComments =" true" >
9+
10+ UPDATE utm_menu
11+ set ame = 'Microsoft 365'
12+ WHERE id = 206;
13+
14+ </sql >
15+ </changeSet >
16+ </databaseChangeLog >
Original file line number Diff line number Diff line change 214214
215215 <include file =" /config/liquibase/changelog/20250507046_update_filter_firewall_sophos_xg.xml" relativeToChangelogFile =" false" />
216216
217+ <include file =" /config/liquibase/changelog/20250519001_updateo_365_menu_display_name.xml" relativeToChangelogFile =" false" />
218+
217219</databaseChangeLog >
You can’t perform that action at this time.
0 commit comments