summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-09 23:31:38 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-09 23:31:38 +1000
commit4f20435ddbb92db88a5710ab1419b69d66d80532 (patch)
treeb057e8ec811afe9466afa03e14b73c22f76a9a07
parentFix typo (diff)
downloadserver-4f20435ddbb92db88a5710ab1419b69d66d80532.tar.xz
RIP MESSAGES ONCE MORE.
-rw-r--r--util/src/entities/Message.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/entities/Message.ts b/util/src/entities/Message.ts

index d2c22120..83607ed4 100644 --- a/util/src/entities/Message.ts +++ b/util/src/entities/Message.ts
@@ -114,7 +114,7 @@ export class Message extends BaseClass { @ManyToOne(() => Application) application?: Application; - @Column({ nullable: true }) + @Column({ nullable: true, type: "longtext" }) content?: string; @Column()