ノートの編集履歴を見れるように(新規ノートのみ)
This commit is contained in:
parent
6840434661
commit
25763ee679
6 changed files with 47 additions and 1 deletions
|
|
@ -22,6 +22,10 @@ export const packedNoteSchema = {
|
|||
optional: true, nullable: true,
|
||||
format: 'date-time',
|
||||
},
|
||||
noteEditHistory: {
|
||||
type: 'array',
|
||||
optional: true, nullable: false,
|
||||
},
|
||||
deletedAt: {
|
||||
type: 'string',
|
||||
optional: true, nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue