Oh my god rip database content

This commit is contained in:
Madeline
2022-07-24 13:56:25 +10:00
parent aeaac032d1
commit 2ee8ff4ad2

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()