mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 14:07:49 +08:00
fix: 修复 postgres 数据库脚本 sql 错误
This commit is contained in:
parent
481609ef72
commit
a5c455ca10
@ -159,11 +159,12 @@ create table IF NOT EXISTS wvp_device_channel
|
||||
gps_speed double precision,
|
||||
gps_altitude double precision,
|
||||
gps_direction double precision,
|
||||
index (data_type),
|
||||
index (data_device_id),
|
||||
constraint uk_wvp_unique_channel unique (gb_device_id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_data_type ON wvp_device_channel (data_type);
|
||||
CREATE INDEX idx_data_device_id ON wvp_device_channel (data_device_id);
|
||||
|
||||
drop table IF EXISTS wvp_media_server;
|
||||
create table IF NOT EXISTS wvp_media_server
|
||||
(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user