fix update system

This commit is contained in:
qdequele 2020-01-22 14:29:39 +01:00
parent 58fe87067b
commit f77f38dfa0
No known key found for this signature in database
GPG key ID: B3F0A000EBF11745
6 changed files with 50 additions and 40 deletions

View file

@ -305,7 +305,7 @@ pub fn serialize_value<'a, T: ?Sized>(
where
T: ser::Serialize,
{
let field_id = schema.get_or_create(attribute)?;
let field_id = schema.get_or_create_empty(attribute.clone())?;
serialize_value_with_id(
txn,