修复云端录像seek不准确的问题
This commit is contained in:
@@ -366,7 +366,7 @@ create table IF NOT EXISTS wvp_cloud_record
|
||||
file_path character varying(500),
|
||||
collect bool default false,
|
||||
file_size int8,
|
||||
time_len int8
|
||||
time_len double precision
|
||||
);
|
||||
|
||||
drop table IF EXISTS wvp_user;
|
||||
|
||||
Reference in New Issue
Block a user