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

This commit is contained in:
gsxdsm
2026-05-16 16:02:43 -07:00
parent 7310642b68
commit 2f2fdd5e42

View File

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