增加消息通道配置,可以通道redis在wvp上下级之间发送消息
This commit is contained in:
6
sql/2.6.6-2.6.7更新.sql
Executable file
6
sql/2.6.6-2.6.7更新.sql
Executable file
@@ -0,0 +1,6 @@
|
||||
alter table device
|
||||
add asMessageChannel int default 0;
|
||||
|
||||
alter table parent_platform
|
||||
add asMessageChannel int default 0;
|
||||
|
||||
Reference in New Issue
Block a user