Skip to content

Commit

Permalink
Execution : Increased column size for version from 50 to 255
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jul 18, 2024
1 parent 3b3efad commit 93e2e3d
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 93e2e3d

Please sign in to comment.