Attachments

This commit is contained in:
2024-02-04 18:40:20 +08:00
parent 5e4d5f77c5
commit 86783316a1
17 changed files with 396 additions and 101 deletions

View File

@ -15,6 +15,7 @@ func RunMigration(source *gorm.DB) error {
&models.Post{},
&models.PostLike{},
&models.PostDislike{},
&models.Attachment{},
); err != nil {
return err
}