Skip to content

Commit

Permalink
Merge pull request #248 from PrestaShop/develop
Browse files Browse the repository at this point in the history
Merge `develop` into `master`
  • Loading branch information
Progi1984 authored Jul 18, 2024
2 parents eda5bbb + 75a8bac commit 33225f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Execution.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Execution
#[ORM\Column]
private ?int $duration = null;

#[ORM\Column(length: 20)]
#[ORM\Column(length: 255)]
private ?string $version = null;

#[ORM\Column(length: 50)]
Expand Down

0 comments on commit 33225f1

Please sign in to comment.