mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 12:42:44 +01:00
Attempt to fix messages being deleted
This commit is contained in:
parent
16c7ec50e8
commit
ecde11620b
@ -114,7 +114,7 @@ export class Message extends BaseClass {
|
||||
@ManyToOne(() => Application)
|
||||
application?: Application;
|
||||
|
||||
@Column({ nullable: true, length: 4000 })
|
||||
@Column({ nullable: true, length: "4000", type: "longtext" })
|
||||
content?: string;
|
||||
|
||||
@Column()
|
||||
|
Loading…
Reference in New Issue
Block a user