Skip to content

Commit

Permalink
rustdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Oct 12, 2023
1 parent a6c1798 commit 9c28024
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions oximeter/db/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ use uuid::Uuid;
///
/// See: [crate::Client::initialize_db_with_version] for usage.
///
/// TODO(https://github.com/oxidecomputer/omicron/issues/4271): The current
/// implementation of versioning will wipe the metrics database if this number
/// is incremented.
/// TODO(#4271): The current implementation of versioning will wipe the metrics
/// database if this number is incremented.
pub const OXIMETER_VERSION: u64 = 1;

// Wrapper type to represent a boolean in the database.
Expand Down

0 comments on commit 9c28024

Please sign in to comment.