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 d9d8d7c commit e2e2a96Copy full SHA for e2e2a96
service/databases/model.go
@@ -264,7 +264,7 @@ const (
264
StatusActiveChangePending = "active-change-pending"
265
// StatusDynamicEndpointsCreationPending is the Dynamic endpoints creation pending value of the `Status` field in `Database`
266
StatusDynamicEndpointsCreationPending = "dynamic-endpoints-creation-pending"
267
-
+ StatusActiveUpgradePending = "active-upgrade-pending"
268
// StatusProxyPolicyChangePending and StatusProxyPolicyChangeDraft
269
//The below two Proxy Policy states are caused by a change to the 'support_oss_cluster_api' attribute
270
// StatusProxyPolicyChangePending is the Proxy Policy change pending value of the `Status` field in `Database`.
0 commit comments