优化更新sql

This commit is contained in:
648540858
2024-12-27 10:07:22 +08:00
parent ce73b6feb1
commit 3ea236efdd
4 changed files with 16 additions and 5 deletions

View File

@@ -2,6 +2,13 @@
* 20241222
*/
alter table wvp_device_channel
drop index uk_wvp_device_channel_unique_device_channel;
alter table wvp_device_channel
drop index uk_wvp_unique_stream_push_id;
alter table wvp_device_channel
drop index uk_wvp_unique_stream_proxy_id;
alter table wvp_device_channel
add data_type integer not null;