Revert "revert: note editing"

This reverts commit b4032988
This commit is contained in:
mattyatea 2023-10-07 07:42:27 +09:00
parent 722f10b7fa
commit c3ced9b75f
23 changed files with 176 additions and 22 deletions

View file

@ -17,6 +17,11 @@ export const packedNoteSchema = {
optional: false, nullable: false,
format: 'date-time',
},
updatedAt: {
type: 'string',
optional: true, nullable: true,
format: 'date-time',
},
deletedAt: {
type: 'string',
optional: true, nullable: true,