优化收藏功能

This commit is contained in:
648540858
2023-10-25 14:45:45 +08:00
parent cccfdace5b
commit 79f3ca9791
8 changed files with 20 additions and 55 deletions

View File

@@ -280,7 +280,6 @@ create table wvp_cloud_record (
folder character varying(255),
file_path character varying(255),
collect bool default false,
reserve bool default false,
file_size bigint,
time_len bigint,
constraint uk_stream_push_app_stream_path unique (app, stream, file_path)

View File

@@ -280,7 +280,6 @@ create table wvp_cloud_record (
folder character varying(255),
file_path character varying(255),
collect bool default false,
reserve bool default false,
file_size int8,
time_len int8,
constraint uk_stream_push_app_stream_path unique (app, stream, file_path)

View File

@@ -19,7 +19,6 @@ create table wvp_cloud_record (
folder character varying(255),
file_path character varying(255),
collect bool default false,
reserve bool default false,
file_size bigint,
time_len bigint,
constraint uk_stream_push_app_stream_path unique (app, stream, file_path)

View File

@@ -19,7 +19,6 @@ create table wvp_cloud_record (
folder character varying(255),
file_path character varying(255),
collect bool default false,
reserve bool default false,
file_size int8,
time_len int8,
constraint uk_stream_push_app_stream_path unique (app, stream, file_path)