mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:43:09 +02:00
Update note.ts
This commit is contained in:
parent
9fb86aed04
commit
182c09d952
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ export class Note {
|
|||
public uri: string | null;
|
||||
|
||||
@Column('integer', {
|
||||
default: 0
|
||||
default: 0, select: false
|
||||
})
|
||||
public score: number;
|
||||
|
||||
|
|
Loading…
Reference in a new issue