Skip to content

Commit

Permalink
Update the Oximeter DB version
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Jul 30, 2024
1 parent d1ddb22 commit e359e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oximeter/db/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit e359e7f

Please sign in to comment.