Skip to content

Commit

Permalink
Fix wrong column size for DESCRIPTION_
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrez committed Jun 26, 2024
1 parent 05ad9ab commit 21a0150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
</changeSet>

<changeSet id="20" author="flowable" dbms="mssql">
<modifyDataType tableName="ACT_CMMN_CASEDEF" columnName="DESCRIPTION_" newDataType="nvarchar(255)" />
<modifyDataType tableName="ACT_CMMN_CASEDEF" columnName="DESCRIPTION_" newDataType="nvarchar(4000)" />
</changeSet>

</databaseChangeLog>

0 comments on commit 21a0150

Please sign in to comment.