initailize migration helper

This commit is contained in:
DitFranXX
2021-04-26 20:03:35 +09:00
parent 75b6cd9464
commit 91f772d309
5 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export interface Scores {
collection: 'scores';
game: 'gf' | 'dm';
version: string;
version?: string;
pluginVer: number
scores: {