Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/databases/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const (
StatusActiveChangePending = "active-change-pending"
// StatusDynamicEndpointsCreationPending is the Dynamic endpoints creation pending value of the `Status` field in `Database`
StatusDynamicEndpointsCreationPending = "dynamic-endpoints-creation-pending"

StatusActiveUpgradePending = "active-upgrade-pending"
// StatusProxyPolicyChangePending and StatusProxyPolicyChangeDraft
//The below two Proxy Policy states are caused by a change to the 'support_oss_cluster_api' attribute
// StatusProxyPolicyChangePending is the Proxy Policy change pending value of the `Status` field in `Database`.
Expand Down
Loading