Update migration string

This commit is contained in:
asonix 2020-10-10 19:38:07 -05:00
parent 1e6fbbcbec
commit f4f1ae6939
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ impl DbVersion {
}
fn migrate_0_32_0_rc1(root: PathBuf) -> Result<sled::Db, UploadError> {
info!("Migrating database from 0.32.0-rc1 to 0.32.0");
info!("Migrating database from 0.32.0-rc1 to 0.34.0");
let old_db = s032::open_rc1(root.clone())?;
let new_db = s034::open(root)?;