NOTICK Revert node_flow_exceptions type length back to 256 (#6395)

This commit is contained in:
Kyriakos Tharrouniatis 2020-06-25 09:40:58 +01:00 committed by GitHub
parent 6485a025c7
commit 6ec2910f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
<column name="flow_id" type="NVARCHAR(64)">
<constraints nullable="false"/>
</column>
<column name="type" type="NVARCHAR(255)">
<column name="type" type="NVARCHAR(256)">
<constraints nullable="false"/>
</column>
<column name="exception_message" type="NVARCHAR(4000)">

View File

@ -69,7 +69,7 @@
<column name="flow_id" type="NVARCHAR(64)">
<constraints nullable="false"/>
</column>
<column name="type" type="NVARCHAR(255)">
<column name="type" type="NVARCHAR(256)">
<constraints nullable="false"/>
</column>
<column name="exception_message" type="NVARCHAR(4000)">