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
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
I am using orm as a driver for this bundle which is working fine.
Now my application needs to use Mongo DB for other purposes and when I run app/console doctrine:mongodb:schema:create from console it also creates three collections into Mongo DB.
Can anyone let me know how to prevent creating such collections into Mongo DB when I am already using ORM for this bundle.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using orm as a driver for this bundle which is working fine.
Now my application needs to use Mongo DB for other purposes and when I run
app/console doctrine:mongodb:schema:create
from console it also creates three collections into Mongo DB.Can anyone let me know how to prevent creating such collections into Mongo DB when I am already using ORM for this bundle.
The text was updated successfully, but these errors were encountered: