Skip to content

Commit d123a9b

Browse files
authored
Removed arguments size limit
There is no need for such limit. I'm having troubles using this bundle because of this.
1 parent 1f3183e commit d123a9b

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)