Feat/index sync data (#11169)

**what**
Synchronisation process  implementation for configured entity to be indexed
This commit is contained in:
Adrien de Peretti
2025-01-27 14:56:12 +01:00
committed by GitHub
parent 5093224914
commit ea402875a5
7 changed files with 685 additions and 33 deletions

View File

@@ -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