Update update.sql

pull/647/head
韩浩然XiaoQiTong 2022-10-17 17:10:37 +08:00 committed by 648540858
parent 688e222dcc
commit 8228f59cb1
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ alter table wvp.media_server
alter table stream_proxy
add enable_disable_none_reader bit(1) default null;
alter table device
add mediaServerId varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT 'auto';