diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-14 20:26:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-14 20:26:47 +0900 |
| commit | 182c09d952b6c8c3e75d67cef2d1cacf456776d1 (patch) | |
| tree | 76ec601ab5a538f849dc5731dd0a854d0b56bd29 /src/models | |
| parent | Clean up (diff) | |
| download | sharkey-182c09d952b6c8c3e75d67cef2d1cacf456776d1.tar.gz sharkey-182c09d952b6c8c3e75d67cef2d1cacf456776d1.tar.bz2 sharkey-182c09d952b6c8c3e75d67cef2d1cacf456776d1.zip | |
Update note.ts
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/entities/note.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/entities/note.ts b/src/models/entities/note.ts index 6c7aebdd0d..969363da3b 100644 --- a/src/models/entities/note.ts +++ b/src/models/entities/note.ts @@ -125,7 +125,7 @@ export class Note { public uri: string | null; @Column('integer', { - default: 0 + default: 0, select: false }) public score: number; |