fix: make pinned_at column nullable
This commit is contained in:
parent
ed426b31bf
commit
76db78570f
@ -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