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
I'm new to symfony and not sure what would be the best way to handle this, but I just noticed that make:migration generates a few tables for the DtcQueueBundle. However, I believe they (or at least some of them) won't ever be used if using other transport layer than the ORM.
I wonder if it would be a good idea to somehow check the configuration to see if ORM is set before adding those tables to the migration.
The text was updated successfully, but these errors were encountered:
That's a good point. I don't quite know how to get Doctrine / Doctrine Migrations to exclude certain directories programmatically, but I can look into it.
I'm new to symfony and not sure what would be the best way to handle this, but I just noticed that
make:migration
generates a few tables for theDtcQueueBundle
. However, I believe they (or at least some of them) won't ever be used if using other transport layer than the ORM.I wonder if it would be a good idea to somehow check the configuration to see if ORM is set before adding those tables to the migration.
The text was updated successfully, but these errors were encountered: