schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
334 stars 254 forks source link

Renamed nullable to notnull for newer doctrine versions #206

Closed M4DProgrammer closed 5 years ago

M4DProgrammer commented 6 years ago

On newer doctrine versions the creation of the schema fails with a foreign key constraint since the nullable type on the schema for the DBAL is deprecated, this is changed to notnull so the bundle keeps working as expected.

Doctrine message: message

stephanvierkant commented 6 years ago

Fixes #204.

stephanvierkant commented 6 years ago

Ping @schmittjoh

gam6itko commented 5 years ago

@schmittjoh bump