Changeset 57929aa in Klonkt for src/routes

Timestamp:
06/16/2026 01:15:27 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
0908b8f
Parents:
0b7ebbf
Message:

Circles: lazy prepares in CircleService (fix crash on boot)

The module-level db.prepare() ran at import — before initializeDatabase()
created the remote_actors/remote_posts tables -> SQLITE_ERROR no such table
-> crash-loop. Now lazy via stmts() (prepare on first sync).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.