First off, thanks for creating Alembic. It's a great tool and I use it in many of my relational database projects.
There's one thing though that I haven't been able to work out yet (maybe this feature doesn't exist). My use case is that I set up a database schema and load some data into a Postgres database. After that, I intend to run some test cases. The application checks whether the database schema and model are in sync using Alembic. Since I didn't populate the Alembic table, Alembic "thinks" my model and schema are out of sync. Is there anything I can do (besides populating the table manually) to tell Alembic to initialise at the head revision? -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
