Polls

This commit is contained in:
2025-02-12 21:26:04 +08:00
parent 1d92b8945e
commit 0904f91b01
8 changed files with 290 additions and 0 deletions

View File

@ -12,6 +12,8 @@ var AutoMaintainRange = []any{
&models.Post{},
&models.PostInsight{},
&models.Subscription{},
&models.Poll{},
&models.PollOption{},
}
func RunMigration(source *gorm.DB) error {