Changeset 88d7c8f in Klonkt for src/config/database.js
- Timestamp:
- 07/29/2026 07:15:16 AM (6 weeks ago)
- Branches:
- main
- Children:
- e27b8db
- Parents:
- 439f095
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r439f095 r88d7c8f 514 514 created_at DATETIME DEFAULT CURRENT_TIMESTAMP 515 515 ); 516 -- The guardian-side COPY of a gated-setting proposal on a ward, forwarded 517 -- here by the WARD's server (the same shape ap_follow_reviews has for a 518 -- gated follow). Without it a guardian on another server never learns a 519 -- proposal exists and can never answer it, so a threshold of two can never 520 -- be reached and every proposal expires. The answer goes back to the 521 -- ward's inbox, which tallies (5.6). 522 CREATE TABLE IF NOT EXISTS ap_gated_reviews ( 523 id TEXT NOT NULL, -- the offer id, as minted by the proposer 524 guardian_slug TEXT NOT NULL, -- us, one of the ward's guardians 525 ward_uri TEXT NOT NULL, 526 ward_inbox TEXT, 527 proposer TEXT, -- who opened it (for display) 528 feature TEXT NOT NULL, 529 value INTEGER NOT NULL, 530 created_at TEXT DEFAULT CURRENT_TIMESTAMP, 531 PRIMARY KEY (guardian_slug, id) 532 ); 516 533 CREATE TABLE IF NOT EXISTS ap_gated_votes ( 517 534 slug TEXT NOT NULL, -- the WARD, on this server
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)