Skip to content

Commit 88e69d8

Browse files
committed
Increase DB_VERSION to force a database reindex
1 parent f946a6f commit 88e69d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/new_index/db.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::path::Path;
55
use crate::config::Config;
66
use crate::util::Bytes;
77

8-
static DB_VERSION: u32 = 1;
8+
static DB_VERSION: u32 = 2;
99

1010
#[derive(Debug, Eq, PartialEq)]
1111
pub struct DBRow {

0 commit comments

Comments
 (0)