File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/code/Magento/AsynchronousOperations/etc Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
<constraint xsi : type =" unique" name =" MAGENTO_BULK_UUID" >
28
28
<column name =" uuid" />
29
29
</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" />
30
32
<index name =" MAGENTO_BULK_USER_ID_ADMIN_USER_USER_ID" indexType =" btree" >
31
33
<column name =" user_id" />
32
34
</index >
Original file line number Diff line number Diff line change 15
15
},
16
16
"constraint" : {
17
17
"PRIMARY" : true ,
18
- "MAGENTO_BULK_UUID" : true
18
+ "MAGENTO_BULK_UUID" : true ,
19
+ "MAGENTO_BULK_USER_ID_ADMIN_USER_USER_ID" : true
19
20
}
20
21
},
21
22
"magento_operation" : {
You can’t perform that action at this time.
0 commit comments