Skip to content

Commit

Permalink
fix(cron-execution): added index to started_at \n\n #14
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxes3 committed May 8, 2024
1 parent 2c7fb7b commit ed97788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/Execution.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

#[ORM\Table(name: 'whatwedo_cron_execution')]
#[ORM\Entity(repositoryClass: ExecutionRepository::class)]
#[ORM\Index(name: 'whatwedo_cron_execution_started_at', columns: ['started_at'])]
class Execution
{
public const STATE_PENDING = 'pending';
Expand Down

0 comments on commit ed97788

Please sign in to comment.