Skip to content

Commit 33225f1

Browse files
authored
Merge pull request #248 from PrestaShop/develop
Merge `develop` into `master`
2 parents eda5bbb + 75a8bac commit 33225f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/Execution.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Execution
3131
#[ORM\Column]
3232
private ?int $duration = null;
3333

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

3737
#[ORM\Column(length: 50)]

0 commit comments

Comments
 (0)