We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fab51 commit 09b63c7Copy full SHA for 09b63c7
app/code/Magento/AsynchronousOperations/etc/db_schema.xml
@@ -34,7 +34,7 @@
34
<table name="magento_operation" resource="default" engine="innodb" comment="Operation entity">
35
<column xsi:type="int" name="id" padding="10" unsigned="true" nullable="false" identity="true"
36
comment="Operation ID"/>
37
- <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"
38
comment="Operation Key"/>
39
<column xsi:type="varbinary" name="bulk_uuid" nullable="true" length="39" comment="Related Bulk UUID"/>
40
<column xsi:type="varchar" name="topic_name" nullable="true" length="255"
0 commit comments