Revert "Type change"
This reverts commit de8b83f7b9bf9f418b49c4221bec35417de219d8.
This commit is contained in:
parent
de8b83f7b9
commit
39a3eee45d
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user