Is it possible to rename the alembic table name to customised one? 

Once we run the migrations it creates *alembic_version table* which stores 
the version. 

After init, when we run command migrate, by default it generates 
alembic_version table. Can this be customised with different names? ex: 
myservice_alembic_version. 

Purpose is, since running different micro services connecting to same db. 
Just to avoid the losing data by bifurcating alembic_version table. 

Thanks,
Aravind

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy-alembic/40fbf802-0d5f-4205-81f7-8ef4e96c380cn%40googlegroups.com.

Reply via email to