sql/2.6.8升级2.6.9.sql
@@ -38,7 +38,7 @@ change geoCoordSys geo_coord_sys varchar(50) not null; alter table device change treeType tree_type varchar(50) not null; drop column treeType; alter table device change mediaServerId media_server_id varchar(50) default 'auto' null; @@ -297,7 +297,7 @@ change updateTime update_time varchar(50) null; alter table parent_platform change treeType tree_type varchar(50) not null; drop column treeType; alter table parent_platform change asMessageChannel as_message_channel bool default false;