Attempt to fix messages being deleted
This commit is contained in:
parent
c1fab4043a
commit
bcf9207089
@ -114,7 +114,7 @@ export class Message extends BaseClass {
|
|||||||
@ManyToOne(() => Application)
|
@ManyToOne(() => Application)
|
||||||
application?: Application;
|
application?: Application;
|
||||||
|
|
||||||
@Column({ nullable: true, length: 4000 })
|
@Column({ nullable: true, length: "4000", type: "longtext" })
|
||||||
content?: string;
|
content?: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user