Protocol 2.0/2.1 uo-link integration — boards, cross-links, news gump, account provisioning #65

Merged
whitlocktech merged 9 commits from feature/protocol2-integration into main 2026-07-18 02:34:27 +00:00
Showing only changes of commit a165c90c62 - Show all commits

View File

@@ -490,8 +490,8 @@ CREATE TABLE IF NOT EXISTS shard_governor_terms (
governor_acct VARCHAR(120) NULL,
governor_web_id INT NULL,
started_at BIGINT NOT NULL, -- term start, epoch ms
ended_at BIGINT NULL, -- term end, epoch ms; NULL = current
votes INT NULL, -- not in the feed; reserved
ended_at BIGINT NULL, -- term end epoch ms (NULL = current)
votes INT NULL, -- not in the feed (reserved)
created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
INDEX idx_shard_gov_terms_city (city, started_at),
INDEX idx_shard_gov_terms_open (city, ended_at)