fix:上传同名文件时删除旧版本

This commit is contained in:
weisd
2024-08-15 17:24:19 +08:00
parent 9137ff4a15
commit adae1143cd
3 changed files with 101 additions and 34 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ pub struct DiskOption {
}
pub struct RenameDataResp {
pub old_data_dir: String,
pub old_data_dir: Option<Uuid>,
}
#[derive(Debug, Clone, Default)]