Changeset 2b4252c in Klonkt for src/config/database.js
- Timestamp:
- 07/25/2026 09:15:34 AM (7 weeks ago)
- Branches:
- main
- Children:
- 4f15f67
- Parents:
- af5b79b
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
raf5b79b r2b4252c 71 71 PRIMARY KEY (follow_id, guardian_uri) 72 72 )`); 73 // Cross-instance follow-approval (modelled on the guardian offer): the 74 // guardian-side COPY of a gated follow on a REMOTE ward, forwarded here by 75 // the ward's server as an Offer(Follow). The decision is sent back to the 76 // ward's inbox. (Local wards use ap_pending_follows directly.) 77 db.exec(`CREATE TABLE IF NOT EXISTS ap_follow_reviews ( 78 id TEXT NOT NULL, 79 guardian_slug TEXT NOT NULL, 80 ward_uri TEXT NOT NULL, 81 ward_inbox TEXT, 82 follower_uri TEXT NOT NULL, 83 follower_handle TEXT, 84 follower_icon TEXT, 85 follow_json TEXT, 86 status TEXT DEFAULT 'pending', 87 created_at TEXT DEFAULT CURRENT_TIMESTAMP, 88 PRIMARY KEY (guardian_slug, id) 89 )`); 73 90 ensureColumn('sites', 'profile_photo', 'TEXT'); 74 91 ensureColumn('audio_tracks', 'cover_url', 'TEXT');
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)