use alert state changes counter as secondary version

This commit is contained in:
bergquist
2018-10-01 14:13:03 +02:00
parent 1be8fb76b8
commit 75f832cda8
9 changed files with 54 additions and 9 deletions

View File

@@ -97,7 +97,8 @@ type AlertNotificationState struct {
}
type SetAlertNotificationStateToPendingCommand struct {
State *AlertNotificationState
AlertRuleStateUpdatedVersion int64
State *AlertNotificationState
}
type SetAlertNotificationStateToCompleteCommand struct {