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 ced7719 commit dc1fb53Copy full SHA for dc1fb53
internal/session/dbconv.go
@@ -92,6 +92,7 @@ func ConvertTransactionPendingtoStoreParams(tx types.Transaction) (postgresql.Cr
92
TargetPath: tx.TargetPath,
93
Entries: entriesJSON,
94
Status: string(tx.Status),
95
+ Execstatus: tx.ExecStatus,
96
ErrorMsg: errorMsg,
97
Output: output,
98
ExecutedBy: tx.ExecutedBy,
@@ -139,6 +140,7 @@ func ConvertTransactionResulttoStoreParams(tx types.Transaction) (postgresql.Cre
139
140
141
142
143
144
145
146
0 commit comments