From 4d920745059c56184866c6189277b70ddd6c0671 Mon Sep 17 00:00:00 2001 From: 648540858 <18010473990@163.com> Date: 星期一, 13 九月 2021 16:42:22 +0800 Subject: [PATCH] 添加版本信息展示和wvp配置信息展示 --- sql/mysql.sql | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sql/mysql.sql b/sql/mysql.sql index 5524e32..90393e6 100644 --- a/sql/mysql.sql +++ b/sql/mysql.sql @@ -23,7 +23,8 @@ updateTime varchar(50) not null, port int not null, expires int not null, - hostAddress varchar(50) not null + hostAddress varchar(50) not null, + charset varchar(50) not null ); create table device_channel -- Gitblit v1.8.0