bump migration version to fix the test

This commit is contained in:
Marta Bondyra 2021-09-08 14:45:56 +02:00
parent 6d46130d4b
commit 04d2f49386

View file

@ -88,4 +88,5 @@ export const graphMigrations = {
doc.references = [];
return doc;
},
'8.0.0': (doc: SavedObjectUnsanitizedDoc<any>) => doc, // no-op, bump migration version to satisfy integration tests after adding convertToMultiNamespaceTypeVersion to graph_workspace SO
};