Slight refactoring to make things clearer with DeletedFilter

This commit is contained in:
Alex Auvolat
2020-11-20 20:11:04 +01:00
parent b9e6b007a3
commit e9fd265ce6
11 changed files with 90 additions and 55 deletions
+3
View File
@@ -4,10 +4,13 @@
extern crate log;
pub mod schema;
pub mod util;
pub mod table;
pub mod table_fullcopy;
pub mod table_sharded;
pub mod table_sync;
pub use schema::*;
pub use util::*;
pub use table::*;