We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 754c066 + a3a3fa8 commit 60e342bCopy full SHA for 60e342b
backend/src/main/resources/config/liquibase/changelog/20241122001_alter_action_detail_length.xml
@@ -4,7 +4,7 @@
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="20241120001" author="manuel">
+ <changeSet id="20241122001" author="manuel">
8
<sql dbms="postgresql" splitStatements="true" stripComments="true">
9
ALTER TABLE utm_incident_history
10
ALTER COLUMN action_detail TYPE VARCHAR(1000);
0 commit comments