Skip to content

Commit

Permalink
remove unnecessary mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
opauloh committed Apr 20, 2023
1 parent cb9a90a commit 0d3e737
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('checking migration metadata changes on all registered SO types', () =>
"index-pattern": "cd51191712081278c2af83d16552c3438ef83353",
"infrastructure-monitoring-log-view": "8040108f02ef27419cff79077384379709d44bbc",
"infrastructure-ui-source": "2311f7d0abe2a713aa71e30ee24f78828d4acfc1",
"ingest-agent-policies": "3ce1a62e91c8376f3b6d111a052a39a6a1f1277a",
"ingest-agent-policies": "e5bb18f8c1d1106139e82fccb93fce01b21fde9b",
"ingest-download-sources": "95a15b6589ef46e75aca8f7e534c493f99cc3ccd",
"ingest-outputs": "f5adeb3f6abc732a6067137e170578dbf1f58c62",
"ingest-package-policies": "6dc1c9b80a8dc95fbc9c6d9b73dfc56a098eb440",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/fleet/server/saved_objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ const getSavedObjectTypes = (): { [key: string]: SavedObjectsType } => ({
enabled: { type: 'boolean' },
},
},
cloud_formation_template_url: { type: 'text' },
},
},
migrations: {
Expand Down

0 comments on commit 0d3e737

Please sign in to comment.