address initial review comments

This commit is contained in:
stefano 2020-01-27 11:20:13 +00:00
parent b55cd843d8
commit 47c14673c4
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
<column name="compatible" type="BOOLEAN">
<constraints nullable="false"/>
</column>
<column name="progress_step" type="NVARCHAR(32)">
<column name="progress_step" type="NVARCHAR(256)">
<constraints nullable="true"/>
</column>
<column name="flow_io_request" type="NVARCHAR(32)">
@ -98,7 +98,7 @@
<constraints nullable="false"/>
</column>
<column name="flow_id" type="BIGINT">
<constraints nullable="false"/>
<constraints nullable="true"/>
</column>
<column name="flow_name" type="NVARCHAR(128)">
<constraints nullable="false"/>

View File

@ -28,7 +28,7 @@
<column name="compatible" type="BOOLEAN">
<constraints nullable="false"/>
</column>
<column name="progress_step" type="NVARCHAR(32)">
<column name="progress_step" type="NVARCHAR(256)">
<constraints nullable="true"/>
</column>
<column name="flow_io_request" type="NVARCHAR(32)">
@ -98,7 +98,7 @@
<constraints nullable="false"/>
</column>
<column name="flow_id" type="BIGINT">
<constraints nullable="false"/>
<constraints nullable="true"/>
</column>
<column name="flow_name" type="NVARCHAR(128)">
<constraints nullable="false"/>