Update note.ts

This commit is contained in:
syuilo 2019-04-14 20:26:47 +09:00
parent 9fb86aed04
commit 182c09d952
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -125,7 +125,7 @@ export class Note {
public uri: string | null;
@Column('integer', {
default: 0
default: 0, select: false
})
public score: number;