diff --git a/x-pack/plugins/graph/server/saved_objects/migrations.ts b/x-pack/plugins/graph/server/saved_objects/migrations.ts index 0957866f7cf603..6fef083f2ad883 100644 --- a/x-pack/plugins/graph/server/saved_objects/migrations.ts +++ b/x-pack/plugins/graph/server/saved_objects/migrations.ts @@ -88,4 +88,5 @@ export const graphMigrations = { doc.references = []; return doc; }, + '8.0.0': (doc: SavedObjectUnsanitizedDoc) => doc, // no-op, bump migration version to satisfy integration tests after adding convertToMultiNamespaceTypeVersion to graph_workspace SO };