unstamp_database

async safir.database.unstamp_database(engine)

Clear the Alembic version from the database.

This is done before stamping the database, or in test fixtures that are restoring a test database to an uninitialized state.

Parameters:

engine (AsyncEngine) – Engine to use for SQL calls.

Return type:

None