Hi,

When I auto generate a migration using alembic, it automatically drops some 
dynamically created tables which are in the DB schema. These tables are 
dynamically created by my application. These class don't inherit 
declarative base. They are added to declarative base by the application 
during run time , but not during migration creation. How can alembic ignore 
these tables.?

Srikanth B

-- 
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