Skip to content

Commit f759f70

Browse files
authored
Merge pull request #142 from tikoflano/patch-1
Removed arguments size limit
2 parents c9b477b + d123a9b commit f759f70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Resources/config/doctrine/ScheduledCommand.orm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ JMose\CommandSchedulerBundle\Entity\ScheduledCommand:
2121
unique: false
2222
nullable: false
2323
arguments:
24-
type: string
25-
length: 250
24+
type: text
2625
unique: false
2726
nullable: true
2827
cronExpression:

0 commit comments

Comments
 (0)