pub async fn stamp_db_version(
pool: &SqlitePool,
version: &GitVersion,
migration_hash: &MigrationHash,
) -> Result<(), Error>Expand description
Stamps the database with an explicit migration hash.
pub async fn stamp_db_version(
pool: &SqlitePool,
version: &GitVersion,
migration_hash: &MigrationHash,
) -> Result<(), Error>Stamps the database with an explicit migration hash.