优化更新sql
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user