Files
huly-platform/common/scripts
Michael Uray 7d745f9ee5 fix(fulltext): bump model version to 0.7.423 to match deployed workspaces
The fulltext-pod's compiled model version (baked into bundle/model.json via
common/scripts/version.txt at build time) lags whenever the workspaces have
been migrated to a newer patch but the pod was not rebuilt. In that state the
indexer rejects every incoming Tx with a `wrong version` warning, new issues
silently fail to land in Elasticsearch, and search returns empty results for
any document created after the migration.

Bumping `version.txt` aligns the compiled model with the workspaces. All
future builds (front, transactor, workspace, tool, fulltext) will emit
0.7.423, the indexer accepts the Tx stream again, and the deferred backlog
gets consumed automatically — no manual reindex needed.

This commit is the build-side companion to the schema migration in this
same PR. Without it the fulltext-pod cannot consume the migrated workspace's
Tx events.

Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com>
2026-05-18 19:38:52 +00:00
..
2026-02-28 20:11:26 +05:00
2026-02-28 20:11:26 +05:00
2026-02-28 20:11:26 +05:00
2026-02-25 15:20:46 +05:00
2025-02-12 23:18:50 +07:00
2025-02-14 16:03:47 +07:00
2025-02-06 16:42:14 +07:00
2023-07-10 10:52:33 +06:00