1
0
watterblock/data
Adrian Wannenmacher 4f5f4fbb28
make it possible to reinsert all sessions at once
This will be needed for database upgrades going forward. For example, an
old session without an update timestamp will not be visible in the index
that will soon be added. But since the UI will switch to that index, it
is paramount that all sessions are part of that.

The session model was built with that in mind, and has the corresponding
"update" logic. However, for that to matter old records first need to be
readded to the database.
2026-02-27 23:24:35 +01:00
..
db.js make database updating state trackable 2026-02-27 23:12:35 +01:00
db.test.js make database updating state trackable 2026-02-27 23:12:35 +01:00
session_repo.js make it possible to reinsert all sessions at once 2026-02-27 23:24:35 +01:00
session_repo.test.js make it possible to reinsert all sessions at once 2026-02-27 23:24:35 +01:00