更新-mysql-2.7.0.sql 445 B

123456789101112131415161718
  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. # 第一个补丁包
  6. alter table wvp_platform
  7. add send_stream_ip character varying(50);
  8. alter table wvp_device
  9. change on_line on_line bool default false;
  10. alter table wvp_device
  11. change id id serial primary key;
  12. alter table wvp_device
  13. change ssrc_check ssrc_check bool default false;