Searched refs:update_version (Results 1 – 1 of 1) sorted by relevance
66 pub fn update_version(tx: &Transaction, new_version: u32) -> Result<()> { in update_version() function91 update_version(tx, db_version).context("In upgrade_database.") in upgrade_database()246 update_version(&tx, 5).unwrap(); in create_or_get_version_new_database()350 update_version(&tx, 5).unwrap(); in create_or_get_version_legacy_database()