Changeset 5045c30 in Klonkt for src/config/database.js
- Timestamp:
- 06/26/2026 12:00:18 PM (2 months ago)
- Branches:
- main
- Children:
- 3384e95
- Parents:
- 484adf8
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r484adf8 r5045c30 400 400 CREATE INDEX IF NOT EXISTS idx_ap_delivery_due ON ap_delivery(next_at); 401 401 `); 402 // Auto-boost a followed account's posts ("feature an artist"): their new 403 // top-level posts get re-Announced to our followers automatically. 402 // "Feature" a followed account: its posts show in the local Cirkel. 404 403 ensureColumn('ap_following', 'auto_boost', 'INTEGER DEFAULT 0'); 404 // A timeline post you boosted (🔁) — also shown in the Cirkel (mixed by date). 405 ensureColumn('ap_timeline', 'boosted', 'INTEGER DEFAULT 0'); 405 406 } 406 407
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)