We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07815fd commit 752cfbdCopy full SHA for 752cfbd
1 file changed
internal/types/models/task.go
@@ -23,7 +23,7 @@ type InstallTaskPluginStatus struct {
23
24
type InstallTask struct {
25
Model
26
- Status InstallTaskStatus `json:"status" gorm:"not null"`
+ Status InstallTaskStatus `json:"status" gorm:"size:50;not null;index:idx_install_tasks_status"`
27
TenantID string `json:"tenant_id" gorm:"type:uuid;not null"`
28
TotalPlugins int `json:"total_plugins" gorm:"not null"`
29
CompletedPlugins int `json:"completed_plugins" gorm:"not null"`
0 commit comments