♻️ Refactored feed module

This commit is contained in:
2025-04-05 00:37:00 +08:00
parent 3a8d85684c
commit 2fb98edb83
15 changed files with 295 additions and 286 deletions

View File

@ -7,7 +7,8 @@ import (
var AutoMaintainRange = []any{
&models.LinkMeta{},
&models.NewsArticle{},
&models.SubscriptionFeed{},
&models.SubscriptionItem{},
}
func RunMigration(source *gorm.DB) error {