aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'log_db/src/config.rs')
-rw-r--r--log_db/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/log_db/src/config.rs b/log_db/src/config.rs
index daf0983..40e0f3c 100644
--- a/log_db/src/config.rs
+++ b/log_db/src/config.rs
@@ -74,7 +74,7 @@ impl<R: Recordable> ConfigBuilder<R> {
#[derive(Clone)]
pub struct Config<R: Recordable> {
- pub fields: Vec<(R::Field, ValueType)>,
+ pub fields: Vec<(R::Field, Type)>,
pub primary_key: R::Field,
pub secondary_keys: Vec<R::Field>,
pub data_dir: String,