优化云端录像转化

This commit is contained in:
648540858
2023-10-23 17:59:27 +08:00
parent daac0010b1
commit 16c056e338
6 changed files with 10 additions and 23 deletions

View File

@@ -282,7 +282,7 @@ create table wvp_cloud_record (
collect bool default false,
reserve bool default false,
file_size integer,
time_len integer,
time_len float,
constraint uk_stream_push_app_stream_path unique (app, stream, file_path)
);