mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 07:24:08 +00:00
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:
committed by
Erkin Alp Güney
parent
fa750de6fb
commit
de8b83f7b9
@@ -106,7 +106,7 @@ export class Message extends BaseClass {
|
||||
@ManyToOne(() => Application)
|
||||
application?: Application;
|
||||
|
||||
@Column({ nullable: true })
|
||||
@Column({ type: "longtext", nullable: true })
|
||||
content?: string;
|
||||
|
||||
@Column()
|
||||
|
||||
Reference in New Issue
Block a user