We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fde96 commit 1f6b442Copy full SHA for 1f6b442
1 file changed
backend/src/main/resources/config/liquibase/changelog/20250516001_udpate_sophos_name.xml
@@ -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="20250516001" author="Manuel">
8
+ <sql>
9
+ UPDATE utm_module
10
+ set pretty_name = 'Sophos Firewall'
11
+ WHERE id = 30;
12
+ </sql>
13
+ </changeSet>
14
15
+</databaseChangeLog>
0 commit comments