Changeset f5c3870 in Klonkt for src/config/database.js
- Timestamp:
- 06/24/2026 04:08:34 PM (3 months ago)
- Branches:
- main
- Children:
- 19a72df
- Parents:
- d0cab9d
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
rd0cab9d rf5c3870 379 379 ); 380 380 CREATE INDEX IF NOT EXISTS idx_ap_timeline_slug ON ap_timeline(slug, published); 381 CREATE TABLE IF NOT EXISTS ap_blocks ( 382 id INTEGER PRIMARY KEY AUTOINCREMENT, 383 slug TEXT NOT NULL, -- our site that set the block 384 target TEXT NOT NULL, -- actor URI (actor block) or domain (domain block) 385 kind TEXT NOT NULL, -- 'actor' | 'domain' 386 label TEXT, -- display (@handle or domain) 387 created_at DATETIME DEFAULT CURRENT_TIMESTAMP, 388 UNIQUE(slug, target) 389 ); 390 CREATE INDEX IF NOT EXISTS idx_ap_blocks_target ON ap_blocks(target); 381 391 `); 382 392 }
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)