From 20c644e44d92fa02b873fb6189eee71615bc12d2 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Fri, 13 Oct 2023 14:28:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wb' into qa

---
 screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml b/screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
index 13de990..83f4b75 100644
--- a/screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
+++ b/screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
@@ -4,11 +4,9 @@
 
     <update id="createTable" parameterType="String">
         CREATE TABLE  IF NOT EXISTS `history_five_minutely_${timeUnits}` (
-            `mac` VARCHAR (20) DEFAULT NULL COMMENT '������mac',
+            `mac` VARCHAR (30) DEFAULT NULL COMMENT '������mac',
             `time` datetime DEFAULT NULL COMMENT '������������',
             `value` json DEFAULT NULL COMMENT '������',
-            KEY `idx_mac` (`mac`),
-            KEY `idx_time` (`time`),
             KEY `idx_mac_time` (`mac`,`time`)
             ) ENGINE=INNODB DEFAULT CHARSET=utf8 COMMENT '5���������������'
     </update>

--
Gitblit v1.8.0