Skip to content

Commit

Permalink
Increase DB_VERSION to force a database reindex
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Feb 15, 2024
1 parent f946a6f commit 88e69d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/new_index/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::path::Path;
use crate::config::Config;
use crate::util::Bytes;

static DB_VERSION: u32 = 1;
static DB_VERSION: u32 = 2;

#[derive(Debug, Eq, PartialEq)]
pub struct DBRow {
Expand Down

0 comments on commit 88e69d8

Please sign in to comment.