Skip to content

Commit 3b3efad

Browse files
authored
Merge pull request #245 from PrestaShop/filenameColumn
Execution : Increased column size from 50 to 255
2 parents c6d1fdc + 0dbf112 commit 3b3efad

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
@@ -19,7 +19,7 @@ class Execution
1919
#[ORM\Column(type: Types::BIGINT)]
2020
private ?string $ref = null;
2121

22-
#[ORM\Column(length: 50, nullable: true)]
22+
#[ORM\Column(length: 255, nullable: true)]
2323
private ?string $filename = null;
2424

2525
#[ORM\Column(type: Types::DATETIME_MUTABLE, nullable: true)]

0 commit comments

Comments
 (0)