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

This commit is contained in:
gsxdsm
2026-05-14 08:24:01 -07:00
parent 2a2c0c901d
commit 9f24f1bb05
14 changed files with 187 additions and 30 deletions

View File

@@ -743,8 +743,8 @@ describe("RoadmapStore", () => {
});
describe("schema version", () => {
it("schema version is 76 after init", () => {
expect(db.getSchemaVersion()).toBe(76);
it("schema version is 77 after init", () => {
expect(db.getSchemaVersion()).toBe(77);
});
});