From 72132ca70ecd2916ab5be7bb534c2b8d558e4686 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期四, 05 一月 2023 09:38:19 +0800 Subject: [PATCH] Merge pull request #713 from xu-bin-bin/wvp-28181-2.0 --- sql/update.sql | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/sql/update.sql b/sql/update.sql index d6386ea..2e5d569 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -1 +1,3 @@ -ALTER TABLE stream_proxy ADD status bit(1) not null; \ No newline at end of file +-- 2.6.6->2.6.7 +alter table device + add keepaliveIntervalTime int default null; \ No newline at end of file -- Gitblit v1.8.0