Skip to content

Commit

Permalink
#4 index only on order_status
Browse files Browse the repository at this point in the history
  • Loading branch information
skoro committed Aug 31, 2024
1 parent c01bd3a commit d901eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#[ORM\Entity(repositoryClass: SubscriberRepository::class)]
#[ORM\Table(name: 'subscribers')]
#[ORM\Index(columns: ['notify_type', 'order_status'])]
#[ORM\Index(columns: ['order_status'])]
class Subscriber
{
#[ORM\Id]
Expand Down

0 comments on commit d901eb7

Please sign in to comment.