chore: add convert backup size from bytes to Mib

This commit is contained in:
2024-12-10 09:58:39 +01:00
parent 6ec480acda
commit c89411cfa6
9 changed files with 13 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ type MailConfig struct {
}
type NotificationData struct {
File string
BackupSize int64
BackupSize uint64
Database string
StartTime string
EndTime string