for what specifically? Autogenerate will work with whatever data you give it. Send in a target_metadata with what you want to view on the Python side and tailor an include_object() function if you need in order to filter what comes from the database.
> On Nov 17, 2014, at 7:46 PM, Nick Retallack <[email protected]> wrote: > > I am doing exactly the same thing in my application. Is there a way I can > get alembic to generate migrations for this? > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy-alembic" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "sqlalchemy-alembic" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
