mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-23 06:05:52 +00:00
fix: make pinned_at column nullable
This commit is contained in:
@@ -185,7 +185,7 @@ export class Message extends BaseClass {
|
||||
@Column({ type: "text", nullable: true })
|
||||
nonce?: string;
|
||||
|
||||
@Column()
|
||||
@Column({ nullable: true })
|
||||
@CreateDateColumn()
|
||||
pinned_at: Date | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user