todos-contra-el-fuego-web/imports
vjrj 1f1f5c697d meteor3: port all 18 migration up() bodies to async
percolate:migrations 2.0.1 awaits async up(), so historical migrations
now run on Meteor 3: fetchAsync + for..of instead of cursor forEach,
insert/update/remove -> *Async, _ensureIndex -> createIndexAsync,
Accounts.createUser -> createUserAsync, awaited rawCollection indexes.

Verified: empty Mongo 7 DB migrates 0->18 cleanly (indexes + industry
registries created, control unlocked at v18); pre-marking version=18 is
no longer needed (UPGRADE.md updated). REST smoke stays byte-identical.
2026-07-14 11:36:30 +02:00
..
api meteor3: purge dead client packages — web UI renders on 3.1 2026-07-14 11:32:19 +02:00
modules notif: remove code migrated to tcef-notifications microservice 2026-07-13 19:45:13 +02:00
startup meteor3: port all 18 migration up() bodies to async 2026-07-14 11:36:30 +02:00
ui meteor3: purge dead client packages — web UI renders on 3.1 2026-07-14 11:32:19 +02:00