mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
NOTICK Revert node_flow_exceptions type length back to 256 (#6395)
This commit is contained in:
parent
6485a025c7
commit
6ec2910f15
@ -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)">
|
||||
|
@ -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)">
|
||||
|
Loading…
x
Reference in New Issue
Block a user