Skip to content

Commit ea6b86b

Browse files
committed
MAGETWO-95654: Constraint removal is not treated as destructive operation
1 parent 1c13711 commit ea6b86b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/AsynchronousOperations/etc/db_schema.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
<constraint xsi:type="unique" name="MAGENTO_BULK_UUID">
2828
<column name="uuid"/>
2929
</constraint>
30-
<constraint xsi:type="foreign" name="MAGENTO_BULK_USER_ID_ADMIN_USER_USER_ID" table="magento_bulk"
31-
column="user_id" referenceTable="admin_user" referenceColumn="user_id" onDelete="CASCADE"/>
3230
<index name="MAGENTO_BULK_USER_ID_ADMIN_USER_USER_ID" indexType="btree">
3331
<column name="user_id"/>
3432
</index>

0 commit comments

Comments
 (0)