fix: preserve conversation and note data

This commit is contained in:
lofyer
2026-08-13 01:32:10 +08:00
parent 40696d9ac7
commit 04a260133a
4 changed files with 180 additions and 31 deletions
@@ -100,7 +100,7 @@ describe('AssistantDatabase heartbeat persistence', () => {
).count
check.close()
migrated.close()
expect(version).toBe(17)
expect(version).toBe(18)
expect(heartbeatTableCount).toBe(3)
})