We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f946a6f commit 88e69d8Copy full SHA for 88e69d8
src/new_index/db.rs
@@ -5,7 +5,7 @@ use std::path::Path;
5
use crate::config::Config;
6
use crate::util::Bytes;
7
8
-static DB_VERSION: u32 = 1;
+static DB_VERSION: u32 = 2;
9
10
#[derive(Debug, Eq, PartialEq)]
11
pub struct DBRow {
0 commit comments