history table refactoring

This commit is contained in:
Alex Auvolat
2023-01-09 14:53:27 +01:00
parent b337895fce
commit 32715d462e
6 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use garage_table::*;
use crate::index_counter::*;
use crate::k2v::causality::*;
use crate::k2v::poll::*;
use crate::k2v::sub::*;
pub const ENTRIES: &str = "entries";
pub const CONFLICTS: &str = "conflicts";