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

Oh my god rip database content

This commit is contained in:
Madeline 2022-07-24 13:56:25 +10:00
parent aeaac032d1
commit 2ee8ff4ad2
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()