mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
add notes
This commit is contained in:
@@ -153,11 +153,14 @@ export class MiNoteDraft {
|
||||
|
||||
//#endregion
|
||||
|
||||
// 予約日時
|
||||
// これがあるだけでは実際に予約されているかどうかはわからない
|
||||
@Column('timestamp with time zone', {
|
||||
nullable: true,
|
||||
})
|
||||
public scheduledAt: Date | null;
|
||||
|
||||
// scheduledAtに基づいて実際にスケジュールされているか
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user