This commit is contained in:
syuilo 2019-04-17 02:12:15 +09:00
parent e265b538cc
commit 4f5a3f0df5
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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;