Reacting

This commit is contained in:
2024-02-03 00:50:23 +08:00
parent 89521c15af
commit 56a9c765b9
8 changed files with 229 additions and 65 deletions

View File

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