Changeset 7d932ce in Klonkt for src/config/database.js
- Timestamp:
- 06/24/2026 01:24:23 PM (3 months ago)
- Branches:
- main
- Children:
- a885afc
- Parents:
- cc24fa1
- File:
-
- 1 edited
-
src/config/database.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
rcc24fa1 r7d932ce 328 328 content TEXT, -- sanitized HTML (reply) 329 329 published TEXT, 330 parent_uri TEXT, -- the note this reply replies to (for nesting) 330 331 created_at DATETIME DEFAULT CURRENT_TIMESTAMP, 331 332 UNIQUE(kind, post_id, actor_uri, object_uri) … … 345 346 CREATE INDEX IF NOT EXISTS idx_ap_outbox_post ON ap_outbox(post_id); 346 347 `); 348 ensureColumn('ap_interactions', 'parent_uri', 'TEXT'); // nesting (existing DBs) 347 349 } 348 350
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)