1
0
Commit Graph

5 Commits

Author SHA1 Message Date
b5ead20f0b
only reinsert all sessions if necessary
The purpose of this is data safety. If there ever was a broken model
that corrupted data previously it would have ruined everything if it
coincided with a schema migration. Now this is much less likely.
2026-02-28 18:23:48 +01:00
570588f885
add db index for update timestamp 2026-02-27 23:24:41 +01:00
78cf050a94
make database updating state trackable 2026-02-27 23:12:35 +01:00
fb2fd76c6c
add a bit of documentation 2026-02-15 15:43:15 +01:00
80b7203805
implement wrapper for single IndexedDB database 2026-02-15 03:34:25 +01:00