From d60452560e37305e62f8cdd6cc08c6b3d3430a10 Mon Sep 17 00:00:00 2001
From: WuPeng <wp@zafu.edu.cn>
Date: 星期日, 27 十一月 2022 10:28:42 +0800
Subject: [PATCH] 弃用废弃方法toJavaObject,改用to方法,消除编译警告。

---
 sql/update.sql |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/sql/update.sql b/sql/update.sql
index 1a72b80..877e247 100644
--- a/sql/update.sql
+++ b/sql/update.sql
@@ -17,6 +17,9 @@
     add sdpIp varchar(50) default null;
 
 alter table device
+    add localIp varchar(50) default null;
+
+alter table device
     add password varchar(255) default null;
 
 alter table device
@@ -33,3 +36,8 @@
 
 alter table device
     modify hostAddress varchar(50) null;
+
+alter table stream_proxy
+    change enable_hls enable_audio bit null;
+
+

--
Gitblit v1.8.0