Changeset ad10715 in Klonkt for src/config/database.js
- Timestamp:
- 07/22/2026 07:12:11 AM (7 weeks ago)
- Branches:
- main
- Children:
- 053bf51
- Parents:
- dc4aa08
- git-author:
- Robin <roboburr@…> (07/22/2026 07:00:29 AM)
- git-committer:
- Robin <roboburr@…> (07/22/2026 07:12:11 AM)
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
rdc4aa08 rad10715 335 335 expires_at INTEGER NOT NULL, -- unix seconds; re-link after 336 336 created_at DATETIME DEFAULT CURRENT_TIMESTAMP 337 ); 338 -- Web Push (docs/webpush-design.md): one row per browser/device the owner 339 -- enabled notifications on. Payloads are encrypted to p256dh/auth (RFC 8291). 340 CREATE TABLE IF NOT EXISTS push_subscriptions ( 341 endpoint TEXT PRIMARY KEY, -- push-service URL for this device 342 user_id TEXT NOT NULL, 343 p256dh TEXT NOT NULL, -- client public key 344 auth TEXT NOT NULL, -- client auth secret 345 alert_types TEXT, -- JSON {follow,reply,like,boost,dm} 346 ua_label TEXT, 347 created_at DATETIME DEFAULT CURRENT_TIMESTAMP, 348 last_ok_at DATETIME 337 349 ); 338 350 CREATE TABLE IF NOT EXISTS ap_outbox (
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)