mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-19 20:07:49 +08:00
13 lines
200 B
SQL
Executable File
13 lines
200 B
SQL
Executable File
alter table device
|
|
add asMessageChannel int default 0;
|
|
|
|
alter table parent_platform
|
|
add asMessageChannel int default 0;
|
|
|
|
alter table device
|
|
add mediaServerId varchar(50) default null;
|
|
|
|
|
|
|
|
|