More migration code

This commit is contained in:
2026-08-18 12:58:02 +03:00
parent 97c76350e1
commit 9e28b05167
4 changed files with 61 additions and 97 deletions
+2 -2
View File
@@ -128,8 +128,8 @@ impl ScreenState {
let mut vec = vec![];
let history_file_name = file.file_name().into_string().unwrap();
let id : Id = history_file_name[4..history_file_name.len() - 12]
.parse::<u32>()
.unwrap().into();
.parse::<Id>()
.unwrap();
let history = get_history_of_set(id);
let by_date = history.chunk_by(|x, x1| {