From 10be210b572712c7a3746d877ee30cb0117b6781 Mon Sep 17 00:00:00 2001 From: zl2fxy <19570956+zl2fxy@users.noreply.github.com> Date: 星期二, 31 一月 2023 10:05:46 +0800 Subject: [PATCH] Update config.md --- 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