2023-07-25 11:14:43 +08:00
|
|
|
alter table wvp_device_channel
|
2023-09-22 17:46:31 +08:00
|
|
|
change stream_id stream_id varying(255)
|
|
|
|
|
|
|
|
alter table wvp_platform
|
|
|
|
add auto_push_channel bool default false
|
2023-09-30 06:09:16 +08:00
|
|
|
|
|
|
|
alter table wvp_stream_proxy
|
|
|
|
add stream_key varying(255)
|