From 88e69d8d18c84f496e8da0e0e682e99b6251e2e2 Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Thu, 15 Feb 2024 15:19:19 +0200 Subject: [PATCH] Increase DB_VERSION to force a database reindex --- src/new_index/db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/new_index/db.rs b/src/new_index/db.rs index f0bbd7f6b..b46ae4d2c 100644 --- a/src/new_index/db.rs +++ b/src/new_index/db.rs @@ -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 {