chore: refresh gramsrv public release

This commit is contained in:
A 2026-06-30 14:37:43 +08:00
parent 75cebe8dbf
commit 70b6820474
1274 changed files with 378751 additions and 59919 deletions

View file

@ -0,0 +1,6 @@
-- 频道私信(Direct Messages):母广播频道关联一个 monoforum 虚拟频道承载订阅者私信。
-- monoforum=true 标记该频道是 monoforum;linked_monoforum_id 双向关联母频道 ↔ monoforum。
ALTER TABLE public.channels
ADD COLUMN monoforum boolean DEFAULT false NOT NULL;
ALTER TABLE public.channels
ADD COLUMN linked_monoforum_id bigint DEFAULT 0 NOT NULL;