mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
smallint
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user