From fa0660291055ec113f9982270c27ebc45bec16ce Mon Sep 17 00:00:00 2001 From: xingqiao <xingqiao@uni-ubi.com> Date: 星期五, 26 八月 2022 11:53:28 +0800 Subject: [PATCH] Merge branch 'wvp-28181-2.0' of https://github.com/ixingqiao/wvp-GB28181-pro into wvp-28181-2.0 --- sql/update.sql | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/sql/update.sql b/sql/update.sql index dd41e97..d61ad35 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -56,6 +56,8 @@ alter table stream_push add updateTime varchar(50) default null; alter table stream_push + add pushIng int DEFAULT NULL; +alter table stream_push change createStamp createTime varchar(50) default null; alter table gb_stream @@ -68,11 +70,15 @@ alter table parent_platform add treeType varchar(50) not null; update parent_platform set parent_platform.treeType='BusinessGroup'; +alter table parent_platform drop shareAllLiveStream; alter table platform_catalog add civilCode varchar(50) default null; alter table platform_catalog add businessGroupId varchar(50) default null; +/********************* ADD ***************************/ +alter table stream_push + add self int DEFAULT NULL; -- Gitblit v1.8.0