CRUD of subscriptions

This commit is contained in:
2024-09-17 00:12:09 +08:00
parent 45698db199
commit c01714b3fc
8 changed files with 379 additions and 3 deletions

View File

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