We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93a93a commit 330fc74Copy full SHA for 330fc74
objectbox/model/idsync.py
@@ -73,9 +73,9 @@ def _save_model_json(self):
73
"modelVersionParserMinimum": MODEL_PARSER_VERSION,
74
"entities": [],
75
"lastEntityId": str(self.model.last_entity_iduid),
76
- "lastIndexId": str(self.model.last_index_iduid)
+ "lastIndexId": str(self.model.last_index_iduid),
77
+ "lastRelationId": str(self.model.last_relation_iduid)
78
}
- # TODO lastRelationId
79
# TODO modelVersion
80
# TODO retiredEntityUids
81
# TODO retiredIndexUids
0 commit comments