File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ type CreateDatabaseRequest struct {
2424 ClusterSize string `json:"cluster_size,omitempty"`
2525 Kind DatabaseEngine `json:"kind,omitempty"`
2626 Replicas * int `json:"replicas,omitempty"`
27+ MajorVersion string `json:"major_version,omitempty"`
2728}
2829
2930// DatabaseRequest encapsulates the request for getting a single database.
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ type CreatePostgresBranchRequest struct {
4242 ParentBranch string `json:"parent_branch"`
4343 BackupID string `json:"backup_id,omitempty"`
4444 ClusterName string `json:"cluster_name,omitempty"`
45+ MajorVersion string `json:"major_version,omitempty"`
4546}
4647
4748// ListPostgresBranchesRequest encapsulates the request to list Postgres branches for a database.
You can’t perform that action at this time.
0 commit comments