Skip to content
Snippets Groups Projects
Unverified Commit 182c09d9 authored by syuilo's avatar syuilo
Browse files

Update note.ts

parent 9fb86aed
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ export class Note {
public uri: string | null;
@Column('integer', {
default: 0
default: 0, select: false
})
public score: number;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment