Skip to content

Commit

Permalink
Merge branch '5.0-dev' into 5.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawlis committed Nov 14, 2024
2 parents 1973587 + 232886f commit 9b95f88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Concerto/PanelBundle/Entity/TestSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
use DateTime;

/**
* @ORM\Table(uniqueConstraints={@UniqueConstraint(name="hash_idx", columns={"hash"})})
* @ORM\Table(
* uniqueConstraints={@UniqueConstraint(name="hash_idx", columns={"hash"})},
* indexes={@Index(name="idx", columns={"status","updated"})}
* )
* @ORM\Entity(repositoryClass="Concerto\PanelBundle\Repository\TestSessionRepository")
* @ORM\HasLifecycleCallbacks
*/
Expand Down

0 comments on commit 9b95f88

Please sign in to comment.