更新同步wvp

This commit is contained in:
wangyimeng
2022-05-06 11:56:29 +08:00
parent 69d9692f61
commit c8831bc58f
227 changed files with 10116 additions and 21640 deletions

12
sql/update.sql Normal file
View File

@@ -0,0 +1,12 @@
alter table parent_platform
add startOfflinePush int default 0 null;
alter table parent_platform
add administrativeDivision varchar(50) not null;
alter table parent_platform
add catalogGroup int default 1 null;
alter table device
add ssrcCheck int default 0 null;