Re: Managing migrations on seperate dbs + models

2015-02-13 Thread Michael Bayer
Dimitris Theodorou wrote: > Hi, > > I have a use case where I have two databases, each of which provides a subset > of my models. I have two seperate __abstract__ base classes (each with its > own metadata) that each model inherits from to determine on which database > they belong. To manag

Managing migrations on seperate dbs + models

2015-02-13 Thread Dimitris Theodorou
Hi, I have a use case where I have two databases, each of which provides a subset of my models. I have two seperate __abstract__ base classes (each with its own metadata) that each model inherits from to determine on which database they belong. To manage separate migrations on each, I will most