Feat/index sync data (#11169)
**what** Synchronisation process implementation for configured entity to be indexed
This commit is contained in:
@@ -8,4 +8,5 @@ const IndexRelation = model.define("IndexRelation", {
|
||||
child_name: model.text(),
|
||||
child_id: model.text().index("IDX_index_relation_child_id"),
|
||||
})
|
||||
|
||||
export default IndexRelation
|
||||
|
||||
Reference in New Issue
Block a user