Skip to content

Commit e2e2a96

Browse files
committed
fix: adding an upgrade pending status
1 parent d9d8d7c commit e2e2a96

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)