Changeset 928d1c7 in Klonkt for src/config
- Timestamp:
- 07/21/2026 01:06:47 AM (7 weeks ago)
- Branches:
- main
- Children:
- 9e9e6f9
- Parents:
- 61e3daf
- git-author:
- Robin <roboburr@…> (07/21/2026 01:06:45 AM)
- git-committer:
- Robin <roboburr@…> (07/21/2026 01:06:47 AM)
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r61e3daf r928d1c7 455 455 ensureColumn('ap_outbox', 'attachments', 'TEXT'); 456 456 ensureColumn('posts', 'ap_visibility', 'TEXT'); // public|quiet|friends|direct (C2S addressing, shaer-60b) 457 ensureColumn('posts', 'paid', 'INTEGER DEFAULT 0'); // paid post (klonkt-demo-aki) 458 ensureColumn('posts', 'paid_min_cents', 'INTEGER'); // required support; null = owner default 457 459 ensureColumn('ap_outbox', 'visibility', 'TEXT'); // 'direct' = private mention, never Public (shaer-tqc) 458 460 ensureColumn('ap_outbox', 'to_actors', 'TEXT'); // JSON array of recipient actor URIs for direct notes
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)