Skip to content

Commit 961c288

Browse files
authored
Add cluster size to create branch request (#253)
1 parent 342477c commit 961c288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

planetscale/branches.go

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ type CreateDatabaseBranchRequest struct {
4444
ParentBranch string `json:"parent_branch"`
4545
BackupID string `json:"backup_id,omitempty"`
4646
SeedData string `json:"seed_data,omitempty"`
47+
ClusterSize string `json:"cluster_size,omitempty"`
4748
}
4849

4950
// ListDatabaseBranchesRequest encapsulates the request for listing the branches

0 commit comments

Comments
 (0)