⬆️ Using Paperclip as attachment provider

This commit is contained in:
2024-05-17 20:52:13 +08:00
parent 80a8a31726
commit 827423ae3f
13 changed files with 106 additions and 469 deletions

View File

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