mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-23 21:47:49 +08:00
修复 PostgreSQL 初始化脚本
This commit is contained in:
parent
4162a731cb
commit
df3b581f61
@ -325,6 +325,7 @@ create table wvp_stream_proxy
|
|||||||
update_time character varying(50),
|
update_time character varying(50),
|
||||||
stream_key character varying(255),
|
stream_key character varying(255),
|
||||||
enable_disable_none_reader bool default false,
|
enable_disable_none_reader bool default false,
|
||||||
|
relates_media_server_id character varying(50),
|
||||||
constraint uk_stream_proxy_app_stream unique (app, stream)
|
constraint uk_stream_proxy_app_stream unique (app, stream)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -452,7 +453,7 @@ create table wvp_record_plan
|
|||||||
create table wvp_record_plan_item
|
create table wvp_record_plan_item
|
||||||
(
|
(
|
||||||
id serial primary key,
|
id serial primary key,
|
||||||
start int,
|
"start" int,
|
||||||
stop int,
|
stop int,
|
||||||
week_day int,
|
week_day int,
|
||||||
plan_id int,
|
plan_id int,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user