report log add chat_id

This commit is contained in:
Hankin 2026-05-21 16:31:32 +08:00
parent a6eaa3115f
commit d3ab469489

View File

@ -0,0 +1,2 @@
ALTER TABLE `health`.`ufutx_report_logs`
ADD COLUMN `chat_id` VARCHAR(20) DEFAULT NULL comment "群聊id" after `user_id`