Changeset 2d6a9c3 in Klonkt for src/config/database.js
- Timestamp:
- 07/16/2026 12:20:51 PM (8 weeks ago)
- Branches:
- main
- Children:
- af21002
- Parents:
- 8878814
- git-author:
- Robin <roboburr@…> (07/13/2026 05:21:50 AM)
- git-committer:
- Robin <roboburr@…> (07/16/2026 12:20:51 PM)
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r8878814 r2d6a9c3 387 387 ensureColumn('ap_followers', 'last_delivery_at', 'DATETIME'); // last SUCCESSFUL delivery to this follower's inbox 388 388 ensureColumn('ap_followers', 'last_error_at', 'DATETIME'); // last time a delivery to it gave up (max retries) 389 390 // ActivityPub `source` model: content_rendered = baked display HTML (#hashtags / URLs / 391 // @mentions linkified once at save). `content` stays the raw source used for editing and 392 // re-rendering. NULL on old posts → the render route bakes on the fly as a fallback. 393 ensureColumn('posts', 'content_rendered', 'TEXT'); 389 394 } 390 395
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)