修复因数据库路径定义长度短导致记录无法添加的BUG

This commit is contained in:
648540858
2025-01-11 22:32:57 +08:00
parent 5480e68b86
commit e139676151
4 changed files with 26 additions and 7 deletions

View File

@@ -352,8 +352,8 @@ create table wvp_cloud_record
end_time int8,
media_server_id character varying(50),
file_name character varying(255),
folder character varying(255),
file_path character varying(255),
folder character varying(500),
file_path character varying(500),
collect bool default false,
file_size int8,
time_len int8,