diff --git a/apxtri.js b/apxtri.js index 8cd43d1..93e4f83 100755 --- a/apxtri.js +++ b/apxtri.js @@ -42,7 +42,7 @@ tribeIds.forEach((t) => { const dm = d.split(".").slice(-2).join("."); if (!doms.includes(dm)) doms.push(dm); //reindex database - if (t == "smatchit") { + if (t == "smatchit" || true) { glob.sync(`../../${t}/objects/*`).forEach(o => { console.log(t, o) Odmdb.runidx(o)