secretary_update_20240920.sql 257 B

12345
  1. alter table talk_info
  2. add local_audio_url varchar(500) null COMMENT '客户端本地音频地址' after summary_file_url;
  3. alter table talk_info
  4. add upload_type int(11) DEFAULT 0 COMMENT '上传类型 0:录音 1:本地文件上传' after is_example;