Skip to content

Commit 7c44baf

Browse files
committed
index
1 parent 4f265cf commit 7c44baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiplan.go/internal/aiplan/dao/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Issue struct {
5252
// created_by_id uuid,
5353
CreatedById string `json:"created_by"`
5454
// parent_id uuid,
55-
ParentId uuid.NullUUID `json:"parent" gorm:"type:text;index:,type:hash;index:issue_sort_order_index,priority:1"`
55+
ParentId uuid.NullUUID `json:"parent" gorm:"type:text;index;index:issue_sort_order_index,priority:1"`
5656
// project_id uuid NOT NULL,
5757
ProjectId string `json:"project" gorm:"index:,type:hash,where:deleted_at is not null"`
5858
// state_id uuid,

0 commit comments

Comments
 (0)