We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f265cf commit 7c44bafCopy full SHA for 7c44baf
aiplan.go/internal/aiplan/dao/issue.go
@@ -52,7 +52,7 @@ type Issue struct {
52
// created_by_id uuid,
53
CreatedById string `json:"created_by"`
54
// parent_id uuid,
55
- ParentId uuid.NullUUID `json:"parent" gorm:"type:text;index:,type:hash;index:issue_sort_order_index,priority:1"`
+ ParentId uuid.NullUUID `json:"parent" gorm:"type:text;index;index:issue_sort_order_index,priority:1"`
56
// project_id uuid NOT NULL,
57
ProjectId string `json:"project" gorm:"index:,type:hash,where:deleted_at is not null"`
58
// state_id uuid,
0 commit comments