diff --git a/oximeter/db/src/model.rs b/oximeter/db/src/model.rs index 810463d250..0bfe5ed8b1 100644 --- a/oximeter/db/src/model.rs +++ b/oximeter/db/src/model.rs @@ -45,7 +45,7 @@ use uuid::Uuid; /// - [`crate::Client::initialize_db_with_version`] /// - [`crate::Client::ensure_schema`] /// - The `clickhouse-schema-updater` binary in this crate -pub const OXIMETER_VERSION: u64 = 5; +pub const OXIMETER_VERSION: u64 = 6; // Wrapper type to represent a boolean in the database. //