Re: Save all applied migrations in alembic_version instead of the head

2018-12-18 Thread Mike Bayer
On Tue, Dec 18, 2018 at 4:02 AM Samir wrote: > > Hi all, > > Is there anyway to tell alembic to store the history of all applied > migrations and when they were applied instead of only saving the latest > migration ? There's a request for this feature at https://github.com/sqlalchemy/alembic/is

Save all applied migrations in alembic_version instead of the head

2018-12-18 Thread Samir
Hi all, Is there anyway to tell alembic to store the history of all applied migrations and when they were applied instead of only saving the latest migration ? Is there a reason only the latest migration is saved in the `alembic_version` table instead of saving the history of all applied migr