fix: stabilize inbox confirmation retries
This commit is contained in:
@@ -13,6 +13,7 @@ type SenlinAgentInboxItem struct {
|
||||
Title string
|
||||
Body string
|
||||
Status string `gorm:"not null;default:open"`
|
||||
ConfirmedCount int `gorm:"not null;default:0"`
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user