Skip to content

Commit

Permalink
cockroachdb, not cockroach_db
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Aug 7, 2024
1 parent 8e1df07 commit 93134c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions common/src/api/internal/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -719,10 +719,7 @@ pub struct ResolvedVpcRouteSet {
pub enum DatasetKind {
// Durable datasets for zones

// This renaming exists for backwards compatibility -- this enum variant
// was serialized to "all-zones-request" as "cockroach_db" and should
// stay that way, unless we perform an explicit schema change.
#[serde(rename = "cockroach_db")]
#[serde(rename = "cockroachdb")]
Cockroach,
Crucible,
Clickhouse,
Expand Down
2 changes: 1 addition & 1 deletion openapi/sled-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@
"type": {
"type": "string",
"enum": [
"cockroach_db"
"cockroachdb"
]
}
},
Expand Down

0 comments on commit 93134c2

Please sign in to comment.