Type change
Changed type for column "content" to "longtext" (you might want to get a back up from your database before updating)
This commit is contained in:
parent
fa750de6fb
commit
de8b83f7b9
@ -106,7 +106,7 @@ export class Message extends BaseClass {
|
|||||||
@ManyToOne(() => Application)
|
@ManyToOne(() => Application)
|
||||||
application?: Application;
|
application?: Application;
|
||||||
|
|
||||||
@Column({ nullable: true })
|
@Column({ type: "longtext", nullable: true })
|
||||||
content?: string;
|
content?: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user