Migrate sourceDevice from TEXT to INTEGER
This commit is contained in:
parent
eccd682920
commit
6637fc2b95
4 changed files with 43 additions and 6 deletions
|
@ -1149,7 +1149,7 @@ async function getMessageBySender(
|
|||
}: {
|
||||
source: string;
|
||||
sourceUuid: string;
|
||||
sourceDevice: string;
|
||||
sourceDevice: number;
|
||||
sent_at: number;
|
||||
},
|
||||
{ Message }: { Message: typeof MessageModel }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue