修复设备点播时指定流媒体

This commit is contained in:
648540858
2023-03-22 10:31:45 +08:00
parent dbb4a20602
commit 3ae0878ec2
3 changed files with 9 additions and 0 deletions

4
sql/2.6.7-2.6.8更新.sql Executable file
View File

@@ -0,0 +1,4 @@
alter table device
add mediaServerId varchar(50) default null;