feat(alerting): adds sql layer for saving execution errors
This commit is contained in:
@@ -122,6 +122,11 @@ type DeleteAlertCommand struct {
|
||||
AlertId int64
|
||||
}
|
||||
|
||||
type SaveExecutionErrorCommand struct {
|
||||
AlertId int64
|
||||
ExecutionError string
|
||||
}
|
||||
|
||||
//Queries
|
||||
type GetAlertsQuery struct {
|
||||
OrgId int64
|
||||
|
||||
Reference in New Issue
Block a user