Changeset 9a34d31 in Klonkt for src/views/partials

Timestamp:
06/21/2026 06:41:31 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
e25438a
Parents:
c9c6a2d
Message:

fix(notifications): table renamed to user_notifications (collision with stale table)

Older DBs still have an unused 'notifications' table (different schema, no
read column) -> CREATE TABLE IF NOT EXISTS became a no-op and the index on
read crashed the boot (demo + demohub in crash loop). Table + queries now
use user_notifications.

Co-Authored-By: Claude <noreply@…>

(No files)

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