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 e601481 commit ea972baCopy full SHA for ea972ba
1 file changed
core/store/store.go
@@ -54,6 +54,7 @@ type Execution struct {
54
EndTime *time.Time `json:"end_time,omitempty" gorm:"index"`
55
Bytes uint64 `json:"bytes,omitempty"`
56
ExitCode int `json:"exit_code,omitempty"`
57
+ Output string `json:"output,omitempty" sql:"default ''"`
58
Rows uint64 `json:"rows,omitempty"`
59
Pid int `json:"pid,omitempty"`
60
Version string `json:"version,omitempty"`
0 commit comments