Fix mapping error

This commit is contained in:
DullJZ
2025-08-23 01:16:33 +08:00
parent fc15daa204
commit f911cc6951
4 changed files with 114 additions and 131 deletions

View File

@@ -178,6 +178,7 @@ func AutoMigrate() error {
&storage.BucketStats{},
&storage.UploadSession{},
&storage.AccessLog{},
&storage.VirtualBucketMapping{},
}
for _, model := range models {