Re: Per package migration history and upgrades

2015-07-13 Thread Mikko Ohtamaa
ived this message because you are subscribed to a topic in the > Google Groups "sqlalchemy-alembic" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/sqlalchemy-alembic/rQM8auJUfVM/unsubscribe > . > To unsubscribe from this group and all

Per package migration history and upgrades

2015-07-12 Thread Mikko Ohtamaa
Hi, I am trying to use Alembic in a way that the codebase is split to several Python packages and each package tracks their own tables and migration history independently. Effective each package has its own versions and env.py. Is this possible? I assume it is possible as Alembic is pretty po