🐛 Fix migration issue on pools

This commit is contained in:
2024-08-18 16:02:25 +08:00
parent 98cf753f66
commit a65b761d5e
3 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ import (
var AutoMaintainRange = []any{
&models.Account{},
&models.Attachment{},
&models.AttachmentPool{},
&models.Attachment{},
&models.StickerPack{},
&models.Sticker{},
}