Skip to content

Commit b83f0c1

Browse files
danieloracagsdevme
authored andcommitted
fix(log): set uuid generator on job_log
1 parent d701560 commit b83f0c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/config/doctrine/JobLog.orm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Markup\JobQueueBundle\Entity\JobLog:
55
uuid:
66
type: guid
77
unique: true
8+
generator:
9+
strategy: none
810
fields:
911
command:
1012
type: text

0 commit comments

Comments
 (0)