Skip to content

Commit

Permalink
Revert magento#27391 changes
Browse files Browse the repository at this point in the history
Status field is no longer used in that query after this PR
  • Loading branch information
driskell authored Sep 21, 2020
1 parent 4d4fa68 commit e95d2fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/code/Magento/Cron/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,5 @@
<column name="status"/>
<column name="scheduled_at"/>
</index>
<index referenceId="CRON_SCHEDULE_SCHEDULE_ID_STATUS" indexType="btree">
<column name="schedule_id"/>
<column name="status"/>
</index>
</table>
</schema>

0 comments on commit e95d2fe

Please sign in to comment.