Feat/index sync data (#11169)
**what** Synchronisation process implementation for configured entity to be indexed
This commit is contained in:
committed by
GitHub
parent
5093224914
commit
ea402875a5
@@ -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