修改域名为h55555game.top
This commit is contained in:
5
server/db/dice_lottery_config_add_kill_enabled.sql
Normal file
5
server/db/dice_lottery_config_add_kill_enabled.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 杀分开关:是否启用杀分(达到安全线后是否使用 type=1 权重)
|
||||
-- 若列已存在可跳过
|
||||
ALTER TABLE `dice_lottery_pool_config`
|
||||
ADD COLUMN `kill_enabled` tinyint NOT NULL DEFAULT 1 COMMENT '是否启用杀分:0=关闭 1=开启' AFTER `safety_line`;
|
||||
|
||||
Reference in New Issue
Block a user