diff --git a/models/notifications.go b/models/notifications.go index 38c89070..28eeae72 100644 --- a/models/notifications.go +++ b/models/notifications.go @@ -20,6 +20,7 @@ type Notification struct { TeamID *uuid.UUID `json:"team_id,omitempty"` Properties types.JSONStringMap `json:"properties,omitempty"` Source string `json:"source"` + RepeatInterval string `json:"repeat_interval"` CustomServices types.JSON `json:"custom_services,omitempty" gorm:"column:custom_services"` CreatedBy *uuid.UUID `json:"created_by,omitempty"` UpdatedAt time.Time `json:"updated_at" time_format:"postgres_timestamp" gorm:"<-:false"`