summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-17 02:12:15 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-17 02:12:15 +0900
commit4f5a3f0df52ca3f8f19395d42d5877a7e6547207 (patch)
tree416e7fbe525114815cbeac14d4881947495e46b7 /src
parentFix #4724 (diff)
downloadsharkey-4f5a3f0df52ca3f8f19395d42d5877a7e6547207.tar.gz
sharkey-4f5a3f0df52ca3f8f19395d42d5877a7e6547207.tar.bz2
sharkey-4f5a3f0df52ca3f8f19395d42d5877a7e6547207.zip
smallint
Diffstat (limited to 'src')
-rw-r--r--src/models/entities/note.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/models/entities/note.ts b/src/models/entities/note.ts
index 280f3dfcb8..b71c022341 100644
--- a/src/models/entities/note.ts
+++ b/src/models/entities/note.ts
@@ -93,12 +93,12 @@ export class Note {
})
public localOnly: boolean;
- @Column('integer', {
+ @Column('smallint', {
default: 0
})
public renoteCount: number;
- @Column('integer', {
+ @Column('smallint', {
default: 0
})
public repliesCount: number;