Merge pull request #1783 from QianNangong/patch-5

修复 PostgreSQL 初始化脚本
2.7.3-20250312
648540858 2025-03-05 09:44:53 +08:00 committed by GitHub
commit 2cc1ca611d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -325,6 +325,7 @@ create table wvp_stream_proxy
update_time character varying(50),
stream_key character varying(255),
enable_disable_none_reader bool default false,
relates_media_server_id character varying(50),
constraint uk_stream_proxy_app_stream unique (app, stream)
);
@ -452,7 +453,7 @@ create table wvp_record_plan
create table wvp_record_plan_item
(
id serial primary key,
start int,
"start" int,
stop int,
week_day int,
plan_id int,