1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 01:31:34 +02:00

RIP MESSAGES ONCE MORE.

This commit is contained in:
Madeline 2022-09-09 23:31:38 +10:00
parent d5fbd8e2c2
commit 4f20435ddb
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -114,7 +114,7 @@ export class Message extends BaseClass {
@ManyToOne(() => Application)
application?: Application;
@Column({ nullable: true })
@Column({ nullable: true, type: "longtext" })
content?: string;
@Column()