Skip to content

Commit

Permalink
fix: change struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 22, 2024
1 parent 164ed0e commit 4c794b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/describe/db/model/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type DescribeIntegrationJob struct {
ProviderID string
TriggerType enums.DescribeTriggerType

Parameters pgtype.JSONB // map[string][]string
Parameters pgtype.JSONB // map[string]string

ResourceType string `gorm:"index:idx_resource_type_status;index"`
Status api.DescribeResourceJobStatus `gorm:"index:idx_resource_type_status;index"`
Expand Down

0 comments on commit 4c794b4

Please sign in to comment.