更新-mysql-2.7.0.sql 215 B

12345678
  1. alter table wvp_device_channel
  2. add stream_identification character varying(50);
  3. alter table wvp_device
  4. drop switch_primary_sub_stream;
  5. alter table wvp_platform
  6. add send_stream_ip character varying(50);