Skip to content

Commit

Permalink
Add new version for package policy SO
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Aug 6, 2024
1 parent eef7592 commit 7953757
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions x-pack/plugins/fleet/server/saved_objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,16 @@ export const getSavedObjectTypes = (
},
],
},
'14': {
changes: [
{
type: 'mappings_addition',
addedMappings: {
output_id: { type: 'keyword' },
},
},
],
},
},
migrations: {
'7.10.0': migratePackagePolicyToV7100,
Expand Down

0 comments on commit 7953757

Please sign in to comment.