视频连线
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
authModel "github.com/echochat/backend/app/auth/model"
|
||||
"github.com/echochat/backend/app/im/model"
|
||||
meetingModel "github.com/echochat/backend/app/meeting/model"
|
||||
transcribeModel "github.com/echochat/backend/app/transcribe/model"
|
||||
@@ -58,6 +59,7 @@ func main() {
|
||||
&model.Conversation{},
|
||||
&model.ConversationMember{},
|
||||
&model.Message{},
|
||||
&authModel.OAuthAccount{},
|
||||
// Phase B 新增:会议录制元数据表
|
||||
&meetingModel.MeetingRecording{},
|
||||
// Phase B 新增:会议录制语音转写结果表
|
||||
|
||||
Reference in New Issue
Block a user