⬆️ Switch to Paperclip

This commit is contained in:
2024-05-26 23:01:20 +08:00
parent f38aab68cd
commit b3b1ec4585
23 changed files with 314 additions and 377 deletions

View File

@ -12,7 +12,6 @@ var DatabaseAutoActionRange = []any{
&models.ChannelMember{},
&models.Call{},
&models.Message{},
&models.Attachment{},
}
func RunMigration(source *gorm.DB) error {