修改域名为h55555game.top
This commit is contained in:
3
server/db/dice_lottery_config_add_ev.sql
Normal file
3
server/db/dice_lottery_config_add_ev.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- 彩金池累计盈利:每次抽奖成功后累加 (100 - DiceRewardConfig.real_ev),后台「当前彩金池」展示为 profit_amount
|
||||
-- 若表已有 ev 字段可跳过本句
|
||||
ALTER TABLE `dice_lottery_pool_config` ADD COLUMN `ev` decimal(14,2) NOT NULL DEFAULT 0.00 COMMENT '池子累计盈利(游戏结算时累加)' AFTER `t5_weight`;
|
||||
Reference in New Issue
Block a user