UBERF-7308: Upgrade model improvements (#5847)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-06-18 18:02:41 +07:00
committed by GitHub
parent bb6f9d7645
commit b3db3024f3
35 changed files with 178 additions and 142 deletions
+1 -1
View File
@@ -348,5 +348,5 @@ export const documentOperation: MigrateOperation = {
])
},
async upgrade (client: MigrationUpgradeClient): Promise<void> {}
async upgrade (state: Map<string, Set<string>>, client: () => Promise<MigrationUpgradeClient>): Promise<void> {}
}