File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
app/code/Magento/AsynchronousOperations/etc Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 30
30
<index referenceId =" MAGENTO_BULK_USER_ID_ADMIN_USER_USER_ID" indexType =" btree" >
31
31
<column name =" user_id" />
32
32
</index >
33
+ <index referenceId =" MAGENTO_BULK_START_TIME" indexType =" btree" >
34
+ <column name =" start_time" />
35
+ </index >
33
36
</table >
34
37
<table name =" magento_operation" resource =" default" engine =" innodb" comment =" Operation entity" >
35
38
<column xsi : type =" int" name =" id" padding =" 10" unsigned =" true" nullable =" false" identity =" true"
Original file line number Diff line number Diff line change 11
11
},
12
12
"index" : {
13
13
"MAGENTO_BULK_USER_ID_ADMIN_USER_USER_ID" : true ,
14
- "MAGENTO_BULK_USER_ID" : true
14
+ "MAGENTO_BULK_USER_ID" : true ,
15
+ "MAGENTO_BULK_START_TIME" : true
15
16
},
16
17
"constraint" : {
17
18
"PRIMARY" : true ,
You can’t perform that action at this time.
0 commit comments