Is there any way to generate sequential Revision IDs in Alembic?
By the sounds of it, you are more interested in sequentially listed revision files rather than sequentially ordered revision ids. The former can be achieved without any change to how the revision ids are generated. The alembic.ini file that is generated when you run alembic init alembic has a section that configures the naming of … Read more