Skip to content

Commit

Permalink
chore: add repeat interval for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Aug 23, 2024
1 parent 97876b8 commit f6a5a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit f6a5a71

Please sign in to comment.