Skip to content

Commit

Permalink
Merge pull request #246 from PrestaShop/develop
Browse files Browse the repository at this point in the history
Merge `develop` into `master`
  • Loading branch information
Progi1984 authored Jul 17, 2024
2 parents 443a5e8 + 3b3efad commit eda5bbb
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 @@ -19,7 +19,7 @@ class Execution
#[ORM\Column(type: Types::BIGINT)]
private ?string $ref = null;

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

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

0 comments on commit eda5bbb

Please sign in to comment.