chore (backend): add FIXME to a questionable database column
This commit is contained in:
parent
11b613f752
commit
0f880b55e3
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,7 @@ export class Note {
|
||||||
})
|
})
|
||||||
public score: number;
|
public score: number;
|
||||||
|
|
||||||
|
// FIXME: file id is not removed from this array even if the file is deleted
|
||||||
@Index()
|
@Index()
|
||||||
@Column({
|
@Column({
|
||||||
...id(),
|
...id(),
|
||||||
|
@ -183,6 +184,7 @@ export class Note {
|
||||||
})
|
})
|
||||||
public mentions: User["id"][];
|
public mentions: User["id"][];
|
||||||
|
|
||||||
|
// FIXME: WHAT IS THIS
|
||||||
@Column("text", {
|
@Column("text", {
|
||||||
default: "[]",
|
default: "[]",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue