Skip to main content

stamp_db_version

Function stamp_db_version 

Source
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.