Skip to content

Commit

Permalink
bump migration version to fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Sep 8, 2021
1 parent 6d46130 commit 04d2f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/graph/server/saved_objects/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

0 comments on commit 04d2f49

Please sign in to comment.