refactor: add InstanceRepository

This commit is contained in:
syuilo 2022-02-18 20:43:50 +09:00
parent debef43111
commit 0d3757f2d3
4 changed files with 41 additions and 11 deletions

View file

@ -34,14 +34,6 @@ export const packedFederationInstanceSchema = {
type: 'number',
optional: false, nullable: false,
},
driveUsage: {
type: 'number',
optional: false, nullable: false,
},
driveFiles: {
type: 'number',
optional: false, nullable: false,
},
latestRequestSentAt: {
type: 'string',
optional: false, nullable: true,