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()
|
@JoinColumn()
|
||||||
public note: MiNote | null;
|
public note: MiNote | null;
|
||||||
|
|
||||||
// TODO data migration
|
|
||||||
@Column({
|
@Column({
|
||||||
...id(),
|
...id(),
|
||||||
comment: 'The ID of author.',
|
comment: 'The ID of author.',
|
||||||
|
|
@ -98,7 +97,6 @@ export class NoteEdit {
|
||||||
})
|
})
|
||||||
public updatedAt: Date;
|
public updatedAt: Date;
|
||||||
|
|
||||||
// TODO rename migration
|
|
||||||
@Column('text', {
|
@Column('text', {
|
||||||
nullable: true,
|
nullable: true,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue