drop latestRequestSentAt of instance

This commit is contained in:
syuilo 2023-01-03 08:48:00 +09:00
parent 771348e887
commit 7093573f0c
7 changed files with 18 additions and 28 deletions

View file

@ -59,14 +59,6 @@ export class Instance {
})
public followersCount: number;
/**
*
*/
@Column('timestamp with time zone', {
nullable: true,
})
public latestRequestSentAt: Date | null;
/**
* HTTPステータスコード
*/