Skip to content

Commit

Permalink
Set up operation_key as nullable
Browse files Browse the repository at this point in the history
for support B2B implementations
  • Loading branch information
nuzil committed Jul 3, 2020
1 parent 92fab51 commit 09b63c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/AsynchronousOperations/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<table name="magento_operation" resource="default" engine="innodb" comment="Operation entity">
<column xsi:type="int" name="id" padding="10" unsigned="true" nullable="false" identity="true"
comment="Operation ID"/>
<column xsi:type="int" name="operation_key" padding="10" unsigned="true" nullable="false"
<column xsi:type="int" name="operation_key" padding="10" unsigned="true" nullable="true"
comment="Operation Key"/>
<column xsi:type="varbinary" name="bulk_uuid" nullable="true" length="39" comment="Related Bulk UUID"/>
<column xsi:type="varchar" name="topic_name" nullable="true" length="255"
Expand Down

0 comments on commit 09b63c7

Please sign in to comment.