Skip to content

Commit

Permalink
Bump search index version
Browse files Browse the repository at this point in the history
`hasPassword` was added to events in the previous commits, so we need
to rebuild the index.
  • Loading branch information
LukasKalbertodt committed Nov 19, 2024
1 parent f2fdc08 commit 4031e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/search/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub(crate) use self::{

/// The version of search index schema. Increase whenever there is a change that
/// requires an index rebuild.
const VERSION: u32 = 6;
const VERSION: u32 = 7;


// ===== Configuration ============================================================================
Expand Down

0 comments on commit 4031e07

Please sign in to comment.