feat(FN-2719): merge fusion/fn-2719

This commit is contained in:
gsxdsm
2026-04-27 22:53:51 -07:00
parent a3a6794c41
commit 08a4ae01f7
12 changed files with 190 additions and 27 deletions

View File

@@ -1845,6 +1845,13 @@ export class Database {
});
}
// Per-task node override for remote/local execution routing selection.
if (version < 49) {
this.applyMigration(49, () => {
this.addColumnIfMissing("tasks", "nodeId", "TEXT");
});
}
}
/**