Skip to content

Commit 1c97a6a

Browse files
committed
fix: incident status and solution not updating
1 parent 675e5cd commit 1c97a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/main/resources/config/liquibase/changelog/20241122001_alter_action_detail_length.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="20241120001" author="manuel">
7+
<changeSet id="20241122001" author="manuel">
88
<sql dbms="postgresql" splitStatements="true" stripComments="true">
99
ALTER TABLE utm_incident_history
1010
ALTER COLUMN action_detail TYPE VARCHAR(1000);

0 commit comments

Comments
 (0)