Skip to content

Commit 75a8bac

Browse files
authored
Merge pull request #247 from Progi1984/versionColumn
Execution : Increased column size for version from 50 to 255
2 parents 3b3efad + 93e2e3d commit 75a8bac

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)