Skip to content

Commit

Permalink
chore: add category field in playbook model
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Mar 16, 2024
1 parent b2959f7 commit dc8fd72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/playbooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ type Playbook struct {
Description string `json:"description,omitempty"`
Spec types.JSON `json:"spec"`
Source string `json:"source"`
Category string `json:"category"`
CreatedBy *uuid.UUID `json:"created_by,omitempty"`
CreatedAt time.Time `json:"created_at,omitempty" time_format:"postgres_timestamp" gorm:"<-:false"`
UpdatedAt time.Time `json:"updated_at,omitempty" time_format:"postgres_timestamp" gorm:"<-:false"`
Expand Down

0 comments on commit dc8fd72

Please sign in to comment.