2023-07-25 11:14:43 +08:00
|
|
|
alter table wvp_device_channel
|
2023-09-19 17:55:13 +08:00
|
|
|
change stream_id stream_id varying(255)
|
|
|
|
|
|
|
|
alter table wvp_device_channel
|
|
|
|
add common_gb_channel_id int
|
2023-09-22 17:46:58 +08:00
|
|
|
|
2023-09-22 17:46:31 +08:00
|
|
|
alter table wvp_platform
|
|
|
|
add auto_push_channel bool default false
|
2023-09-25 16:13:38 +08:00
|
|
|
|
|
|
|
alter table wvp_device
|
|
|
|
add auto_sync_channel bool default true
|
2023-10-01 23:59:04 +08:00
|
|
|
|
2023-09-30 06:09:16 +08:00
|
|
|
alter table wvp_stream_proxy
|
|
|
|
add stream_key varying(255)
|