🗃️ Fix stickers migration issue

This commit is contained in:
2024-08-03 16:30:01 +08:00
parent 7af44da03b
commit 7452b0754d
3 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ import (
var AutoMaintainRange = []any{
&models.Account{},
&models.Attachment{},
&models.Sticker{},
&models.StickerPack{},
&models.Sticker{},
}
func RunMigration(source *gorm.DB) error {