Flag post

This commit is contained in:
2025-02-17 15:30:55 +08:00
parent db59826253
commit 14c17eded8
6 changed files with 86 additions and 0 deletions

View File

@ -14,6 +14,7 @@ var AutoMaintainRange = []any{
&models.Subscription{},
&models.Poll{},
&models.PollAnswer{},
&models.PostFlag{},
}
func RunMigration(source *gorm.DB) error {