Add FieldId in import

This commit is contained in:
Clémentine Urquizar 2021-07-28 12:20:13 +02:00
parent 1df8f041bd
commit 80916baa21
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use std::path::Path;
use std::sync::Arc;
use heed::{EnvOpenOptions, RoTxn};
use milli::obkv_to_json;
use milli::{obkv_to_json, FieldId};
use serde::{de::Deserializer, Deserialize};
use serde_json::{Map, Value};