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 am currently using peewee to manage models in two separate db connections. I'd like to be able to run migrations for these two connections separately. But peewee-db-evolve seems to populate all_models with every model ever included in my app whether it is connected to the db connection A or db connection B. Would it make sense to only migrate models associated with db connection A when calling A.evolve?? Right now it seems to calculate diffs across all models on both A and B.
The text was updated successfully, but these errors were encountered:
I am currently using peewee to manage models in two separate db connections. I'd like to be able to run migrations for these two connections separately. But peewee-db-evolve seems to populate all_models with every model ever included in my app whether it is connected to the db connection A or db connection B. Would it make sense to only migrate models associated with db connection A when calling A.evolve?? Right now it seems to calculate diffs across all models on both A and B.
The text was updated successfully, but these errors were encountered: