Revert "Type change"

This reverts commit de8b83f7b9.
This commit is contained in:
RealMANI
2022-03-07 21:40:24 +03:30
committed by TheArcaneBrony
parent de8b83f7b9
commit 39a3eee45d
+1 -1
View File
@@ -106,7 +106,7 @@ export class Message extends BaseClass {
@ManyToOne(() => Application)
application?: Application;
@Column({ type: "longtext", nullable: true })
@Column({ nullable: true })
content?: string;
@Column()