Skip to content

Commit e95d2fe

Browse files
authored
Revert magento#27391 changes
Status field is no longer used in that query after this PR
1 parent 4d4fa68 commit e95d2fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,5 @@
2626
<column name="status"/>
2727
<column name="scheduled_at"/>
2828
</index>
29-
<index referenceId="CRON_SCHEDULE_SCHEDULE_ID_STATUS" indexType="btree">
30-
<column name="schedule_id"/>
31-
<column name="status"/>
32-
</index>
3329
</table>
3430
</schema>

0 commit comments

Comments
 (0)