Re: [sqlalchemy] Table to track applied migrations?

2020-08-19 Thread Jasen Jacobsen
gt; waiting for someone with the time and motivation to work on it. > > > > On Wed, Aug 19, 2020, at 11:25 AM, Jasen Jacobsen wrote: > > I've used Liquibase in the past and as part of its migration tracking it > creates a table which lists each migration applied. See L

[sqlalchemy] Table to track applied migrations?

2020-08-19 Thread Jasen Jacobsen
I've used Liquibase in the past and as part of its migration tracking it creates a table which lists each migration applied. See Liquibase Changelog Table . Alembic has the alembic_version table, but it only holds a single r