Changeset 5a6a457 in Klonkt for src/config/database.js
- Timestamp:
- 06/25/2026 05:15:48 AM (3 months ago)
- Branches:
- main
- Children:
- d7526bd
- Parents:
- 99234c3
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r99234c3 r5a6a457 389 389 ); 390 390 CREATE INDEX IF NOT EXISTS idx_ap_blocks_target ON ap_blocks(target); 391 CREATE TABLE IF NOT EXISTS ap_delivery ( 392 id INTEGER PRIMARY KEY AUTOINCREMENT, 393 slug TEXT NOT NULL, -- our site/actor that signs the delivery 394 inbox TEXT NOT NULL, -- recipient inbox URL 395 body TEXT NOT NULL, -- the activity JSON to POST 396 attempts INTEGER NOT NULL DEFAULT 0, 397 next_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, 398 created_at DATETIME DEFAULT CURRENT_TIMESTAMP 399 ); 400 CREATE INDEX IF NOT EXISTS idx_ap_delivery_due ON ap_delivery(next_at); 391 401 `); 392 402 }
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)