feat: complete project workspace tags and notes UI
This commit is contained in:
@@ -11,6 +11,8 @@ type SenlinAgentTask struct {
|
||||
CreatedByIdentity string `gorm:"type:char(36);index"`
|
||||
AssigneeID *uint `gorm:"index"`
|
||||
AssigneeIdentity *string `gorm:"type:char(36);index"`
|
||||
TagID *uint `gorm:"index"`
|
||||
TagIdentity *string `gorm:"type:char(36);index"`
|
||||
SourceInboxItemID *uint `gorm:"index"`
|
||||
SourceInboxItemIdentity *string `gorm:"type:char(36);index"`
|
||||
Title string `gorm:"not null"`
|
||||
|
||||
Reference in New Issue
Block a user