From cd9c1c146e264982ddcc3521abbcc1285562770b Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 04 十二月 2024 18:37:01 +0800
Subject: [PATCH] 10162 后台优化(增加本服总览)

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

diff --git a/db/struct.php b/db/struct.php
index 0977f9d..433ea78 100644
--- a/db/struct.php
+++ b/db/struct.php
@@ -24,6 +24,21 @@
 		)
 	),
 
+	"ServerRoles" => array(
+		array(
+			array("Channel" => 1, "AccountID" => 1),
+			array(),
+		),
+		array(
+			array("Channel" => 1, "ServerID" => 1),
+			array(),
+		),
+		array(
+			array("Channel" => 1, "AccountID" => 1, "ServerID" => 1),
+			array("unique" => true),
+		)
+	),
+
 	"GameServerInfo" => array(
 		array(
 			array("Channel" => 1, "ServerID" => 1),

--
Gitblit v1.8.0