Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
animehart committed Oct 3, 2023
1 parent a60c814 commit 9c75094
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions x-pack/plugins/fleet/server/saved_objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,18 +347,14 @@ const getSavedObjectTypes = (): { [key: string]: SavedObjectsType } => ({
type: 'data_backfill',
backfillFn: migratePackagePolicyToV81102,
},
],
schemas: {
forwardCompatibility: migratePackagePolicyEvictionsFromV81102,
},
},
'4': {
changes: [
{
type: 'data_backfill',
backfillFn: migrateCspPackagePolicyToV8110,
},
],
schemas: {
forwardCompatibility: migratePackagePolicyEvictionsFromV81102,
},
},
},
migrations: {
Expand Down

0 comments on commit 9c75094

Please sign in to comment.