Files
dafuweng-saiadmin6.x/server/db/dice_lottery_config_add_kill_enabled.sql
2026-04-28 10:24:01 +08:00

6 lines
280 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 杀分开关:是否启用杀分(达到安全线后是否使用 type=1 权重)
-- 若列已存在可跳过
ALTER TABLE `dice_lottery_pool_config`
ADD COLUMN `kill_enabled` tinyint NOT NULL DEFAULT 1 COMMENT '是否启用杀分0=关闭 1=开启' AFTER `safety_line`;