So I'm using flask-migrate, that is a simple wrapper to alembic. Is the 
write way to use alembic on both computers (so migrations work correctly on 
both) by doing:


   1. init on pc1 with a clean db and an existing models.py file
   2. migrate and upgrade on pc1
   3. export db and import on pc2
   4. migrate and upgrade on pc2

Is this the way or is there another way to make it work ?


Thanks

-- 
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 sqlalchemy-alembic+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to