Skip to content

Commit d996e18

Browse files
Merge pull request #214 from RedisLabs/fix/OPCR-18-upgrade-pending-status
fix: adding an upgrade pending status
2 parents d9d8d7c + e2e2a96 commit d996e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/databases/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const (
264264
StatusActiveChangePending = "active-change-pending"
265265
// StatusDynamicEndpointsCreationPending is the Dynamic endpoints creation pending value of the `Status` field in `Database`
266266
StatusDynamicEndpointsCreationPending = "dynamic-endpoints-creation-pending"
267-
267+
StatusActiveUpgradePending = "active-upgrade-pending"
268268
// StatusProxyPolicyChangePending and StatusProxyPolicyChangeDraft
269269
//The below two Proxy Policy states are caused by a change to the 'support_oss_cluster_api' attribute
270270
// StatusProxyPolicyChangePending is the Proxy Policy change pending value of the `Status` field in `Database`.

0 commit comments

Comments
 (0)