Revert "Type change"

This reverts commit de8b83f7b9bf9f418b49c4221bec35417de219d8.
This commit is contained in:
RealMANI 2022-03-07 21:40:24 +03:30 committed by TheArcaneBrony
parent de8b83f7b9
commit 39a3eee45d

View File

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