Constant tor_dirmgr::storage::sqlite::UPDATE_SCHEMA_VERSION

source ยท
const UPDATE_SCHEMA_VERSION: &str = "
  UPDATE TorSchemaMeta SET version=? WHERE version<?;
";
Expand description

Update the database schema version tracking, from each version to the next