remove outdated TODO comments from NoteEdit.ts
This commit is contained in:
parent
be517b5fdc
commit
bbf2466fa7
1 changed files with 0 additions and 2 deletions
|
|
@ -28,7 +28,6 @@ export class NoteEdit {
|
|||
@JoinColumn()
|
||||
public note: MiNote | null;
|
||||
|
||||
// TODO data migration
|
||||
@Column({
|
||||
...id(),
|
||||
comment: 'The ID of author.',
|
||||
|
|
@ -98,7 +97,6 @@ export class NoteEdit {
|
|||
})
|
||||
public updatedAt: Date;
|
||||
|
||||
// TODO rename migration
|
||||
@Column('text', {
|
||||
nullable: true,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue