mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
RIP MESSAGES ONCE MORE.
This commit is contained in:
parent
d5fbd8e2c2
commit
4f20435ddb
@ -114,7 +114,7 @@ export class Message extends BaseClass {
|
||||
@ManyToOne(() => Application)
|
||||
application?: Application;
|
||||
|
||||
@Column({ nullable: true })
|
||||
@Column({ nullable: true, type: "longtext" })
|
||||
content?: string;
|
||||
|
||||
@Column()
|
||||
|
Loading…
Reference in New Issue
Block a user