Move duration column to recordings table
This commit is contained in:
@ -116,7 +116,6 @@ declare module "knex/types/tables" {
|
||||
extensionName: string;
|
||||
fromNumber: string;
|
||||
fromName: string;
|
||||
duration: number;
|
||||
transcriptionStatus: TranscriptionStatus;
|
||||
transcription: string | null;
|
||||
ticketId?: number;
|
||||
@ -129,6 +128,7 @@ declare module "knex/types/tables" {
|
||||
messageId: number;
|
||||
mimeType: string;
|
||||
audio: ArrayBuffer;
|
||||
duration: number;
|
||||
}
|
||||
|
||||
interface Tables {
|
||||
|
Reference in New Issue
Block a user