When updating cases, update existing case embed in case log channel if possible
This commit is contained in:
parent
7cd58c2b6d
commit
19a82b767f
4 changed files with 46 additions and 4 deletions
|
@ -29,6 +29,12 @@ export class Case {
|
|||
|
||||
@Column() pp_name: string;
|
||||
|
||||
/**
|
||||
* ID of the channel and message where this case was logged.
|
||||
* Format: "channelid-messageid"
|
||||
*/
|
||||
@Column() log_message_id: string;
|
||||
|
||||
@OneToMany(
|
||||
type => CaseNote,
|
||||
note => note.case,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue