Skip to content

Commit 60e342b

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/10.5.16/unable-to-create-incidents' into bugfix/10.5.16/unable-to-create-incidents
2 parents 754c066 + a3a3fa8 commit 60e342b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/resources/config/liquibase/changelog/20241122001_alter_action_detail_length.xml

+1-1
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)