移除共享所有直播流功能
This commit is contained in:
@@ -55,6 +55,8 @@ alter table stream_push
|
||||
add status int DEFAULT NULL;
|
||||
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;
|
||||
|
||||
@@ -68,6 +70,7 @@ update user set pushKey='453df297a57a5a7438934sda801fc3' where id=1;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user