A&B operation history

This commit is contained in:
DullJZ
2025-10-29 16:58:10 +08:00
parent 529ee8fe55
commit d64ecac37c
6 changed files with 424 additions and 0 deletions

View File

@@ -181,6 +181,7 @@ func AutoMigrate() error {
models := []interface{}{
&storage.Object{},
&storage.BucketStats{},
&storage.BucketMonthlyStats{},
&storage.UploadSession{},
&storage.AccessLog{},
&storage.VirtualBucketMapping{},