Update NoteDraft.ts
This commit is contained in:
parent
0f8c068e84
commit
ccb78b3bfc
|
@ -153,6 +153,12 @@ export class MiNoteDraft {
|
|||
|
||||
// ここまで追加
|
||||
|
||||
// 予約投稿
|
||||
@Column('timestamp with time zone', {
|
||||
nullable: true,
|
||||
})
|
||||
public scheduledAt: Date | null;
|
||||
|
||||
constructor(data: Partial<MiNoteDraft>) {
|
||||
if (data == null) return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue