支持手动添加,为设备设置单独的密码
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -6,5 +6,24 @@ alter table stream_proxy
|
||||
|
||||
alter table device
|
||||
add mediaServerId varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT 'auto';
|
||||
|
||||
alter table device
|
||||
add custom_name varchar(255) default null;
|
||||
|
||||
alter table device
|
||||
add password varchar(255) default null;
|
||||
|
||||
alter table device
|
||||
modify ip varchar(50) null;
|
||||
|
||||
alter table device
|
||||
modify port int null;
|
||||
|
||||
alter table device
|
||||
modify expires int null;
|
||||
|
||||
alter table device
|
||||
modify subscribeCycleForCatalog int null;
|
||||
|
||||
alter table device
|
||||
modify hostAddress varchar(50) null;
|
||||
|
||||
Reference in New Issue
Block a user