Skip to content

Conversation

@VincentBean
Copy link
Member

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds database indexes to the magento_bulk_request_operations table to improve query performance. The migration creates two indexes: a single-column index on the status field and a composite index on both status and created_at fields.

  • Adds single-column index on status field
  • Adds composite index on status and created_at fields
  • Includes proper rollback functionality in the down() method

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

…ulk_request_operations_table.php

Co-authored-by: Copilot <[email protected]>
@VincentBean VincentBean merged commit 1185319 into main Oct 17, 2025
16 checks passed
@VincentBean VincentBean deleted the feature/index branch October 17, 2025 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants