From 0dc1807f621ce9077b58dff40ad4485c9a3d6c40 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期日, 17 四月 2022 19:48:05 +0800
Subject: [PATCH] 优化通道同步添加对SN的判断,精简代码

---
 sql/mysql.sql |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/sql/mysql.sql b/sql/mysql.sql
index 7c68429..d1706b3 100644
--- a/sql/mysql.sql
+++ b/sql/mysql.sql
@@ -40,6 +40,9 @@
                           `port` int NOT NULL,
                           `expires` int NOT NULL,
                           `subscribeCycleForCatalog` int NOT NULL,
+                          `subscribeCycleForMobilePosition` int NOT NULL,
+                          `mobilePositionSubmissionInterval` int DEFAULT 5 NOT NULL,
+                          `subscribeCycleForAlarm` int NOT NULL,
                           `hostAddress` varchar(50) COLLATE utf8mb4_general_ci NOT NULL,
                           `charset` varchar(50) COLLATE utf8mb4_general_ci NOT NULL,
                           PRIMARY KEY (`id`),

--
Gitblit v1.8.0