chore: refresh gramsrv public release
This commit is contained in:
parent
75cebe8dbf
commit
70b6820474
1274 changed files with 378751 additions and 59919 deletions
6
deploy/migrations/0020_channel_monoforum.up.sql
Normal file
6
deploy/migrations/0020_channel_monoforum.up.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue