临时提交

This commit is contained in:
648540858
2024-12-31 09:31:58 +08:00
parent 6dc64c05ee
commit 7e89b5f97f
8 changed files with 28 additions and 7 deletions

View File

@@ -325,6 +325,7 @@ create table wvp_stream_proxy
name character varying(255),
update_time character varying(50),
stream_key character varying(255),
server_id character varying(50),
enable_disable_none_reader bool default false,
constraint uk_stream_proxy_app_stream unique (app, stream)
);