Subscribable notification

This commit is contained in:
2024-02-07 23:15:16 +08:00
parent cc2fa06c72
commit 775a3b8868
6 changed files with 70 additions and 15 deletions

View File

@ -17,6 +17,7 @@ func RunMigration(source *gorm.DB) error {
&models.ThirdClient{},
&models.ActionEvent{},
&models.Notification{},
&models.NotificationSubscriber{},
); err != nil {
return err
}