mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 06:33:09 +02:00
smallint
This commit is contained in:
parent
e265b538cc
commit
4f5a3f0df5
1 changed files with 2 additions and 2 deletions
|
@ -93,12 +93,12 @@ export class Note {
|
||||||
})
|
})
|
||||||
public localOnly: boolean;
|
public localOnly: boolean;
|
||||||
|
|
||||||
@Column('integer', {
|
@Column('smallint', {
|
||||||
default: 0
|
default: 0
|
||||||
})
|
})
|
||||||
public renoteCount: number;
|
public renoteCount: number;
|
||||||
|
|
||||||
@Column('integer', {
|
@Column('smallint', {
|
||||||
default: 0
|
default: 0
|
||||||
})
|
})
|
||||||
public repliesCount: number;
|
public repliesCount: number;
|
||||||
|
|
Loading…
Reference in a new issue