mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Update migration string
This commit is contained in:
parent
1e6fbbcbec
commit
f4f1ae6939
1 changed files with 1 additions and 1 deletions
|
@ -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)?;
|
||||
|
|
Loading…
Reference in a new issue