From b745a014e3f32f4ef7c81831d8d9457a3b3a230d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 02 十二月 2024 17:03:21 +0800
Subject: [PATCH] 10323 【越南】后台公会的特殊需求(新增使用媒体卡汇报;新增可选根据媒体卡类型配置账号分组;充值订单、充值排行、查看玩家支持显示分组;)

---
 db/struct.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/db/struct.php b/db/struct.php
index b304cd8..0977f9d 100644
--- a/db/struct.php
+++ b/db/struct.php
@@ -138,6 +138,13 @@
 			array("Channel" => 1, "YMD" => -1),
 			array("unique" => true),
 		),
+	),
+
+	"CoupontypeGroup" => array(
+		array(
+			array("Channel" => 1, "AccountID" => 1, "ServerID" => 1),
+			array("unique" => true),
+		)
 	)
 );
 

--
Gitblit v1.8.0