Skip to content

Commit

Permalink
Expunge old switch-table timeseries schema (#6423)
Browse files Browse the repository at this point in the history
Fixes #6422
  • Loading branch information
bnaecker authored Aug 23, 2024
1 parent d96ea7c commit 9ac0744
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions oximeter/db/schema/replicated/11/timeseries-to-delete.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
switch_table:capacity
switch_table:collisions
switch_table:delete_misses
switch_table:deletes
switch_table:exhaustion
switch_table:inserts
switch_table:occupancy
switch_table:update_misses
switch_table:updates
9 changes: 9 additions & 0 deletions oximeter/db/schema/single-node/11/timeseries-to-delete.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
switch_table:capacity
switch_table:collisions
switch_table:delete_misses
switch_table:deletes
switch_table:exhaustion
switch_table:inserts
switch_table:occupancy
switch_table:update_misses
switch_table:updates
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 = 10;
pub const OXIMETER_VERSION: u64 = 11;

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

0 comments on commit 9ac0744

Please sign in to comment.