schmittjoh / JMSJobQueueBundle

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

ORM type 'json_array' is deprecated #184

Open wcoppens opened 6 years ago

wcoppens commented 6 years ago

Seems since Doctrine 2.6 type json_array is fully deprecated and results in incorrect sql dumps when generating SQL code using migrations or --dump-sql command.

https://github.com/doctrine/dbal/releases/tag/v2.6.0

stephanvierkant commented 6 years ago

See #194.