mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-05 05:30:44 +08:00
3 lines
111 B
MySQL
3 lines
111 B
MySQL
|
|
ALTER TABLE groups
|
||
|
|
ADD COLUMN IF NOT EXISTS messages_dispatch_model_config JSONB NOT NULL DEFAULT '{}'::jsonb;
|