Merge branch '648540858:master' into develop-add-api-key

This commit is contained in:
ancienter
2024-04-09 09:52:23 +08:00
committed by GitHub
57 changed files with 741 additions and 414 deletions

View File

@@ -198,6 +198,7 @@ create table wvp_platform (
update_time character varying(50),
as_message_channel bool default false,
auto_push_channel bool default false,
send_stream_ip character varying(50),
constraint uk_platform_unique_server_gb_id unique (server_gb_id)
);