You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this command : php bin/console doctrine:migrations:migrate
generate this warning : {"message":"User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2191 called by AbstractPlatform.php:2089, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)","context":{"exception":{"class":"ErrorException","message":"User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2191 called by AbstractPlatform.php:2089, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)","code":0,"file":"/var/www/xxxxx/xxxxxxxx/vendor/doctrine/deprecations/src/Deprecation.php:208"}},"level":200,"level_name":"INFO","channel":"deprecation","datetime":"2025-02-14T14:03:56.447353+00:00","extra":{}}
What we can do? Since Events deprecated it's too hard to implement another solution
https://github.com/doctrine/DoctrineBundle/blob/2.11.x/Resources/config/messenger.xml#L61
The text was updated successfully, but these errors were encountered: