Hi all,

I would like to have a post-deployment check that verifies the sqlalchemy 
metadata in the code matches what is in the database.
I was thinking that doing something like

alembic revision --autogenerate --sql > changes.sql

and then check changes.sql.  However, alembic tells me that "Using --sql 
with --autogenerate does not make any sense", and indeed, if you hack the 
code in command.py to remove the check you are blessed with tracebacks that 
do not make any sense (to me anyway ;-) ).

Can anyone suggest a way I might do this?

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