调整通用点播RPC调用

This commit is contained in:
648540858
2024-12-12 09:37:12 +08:00
parent ca9b5c2054
commit 541726a43c
4 changed files with 104 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ create table wvp_device
as_message_channel bool default false,
keepalive_interval_time integer,
broadcast_push_after_ack bool default false,
server_id character varying(50),
constraint uk_device_device unique (device_id)
);