Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution] [Timelines] Adds timeline SO model version for se…
…rverless (elastic#169607) ## Summary In a [recent PR](https://github.com/elastic/kibana/pull/165596/files#diff-a2fb9c3ba1b24bab5df29ddc440dc4a8623b1e8850c9ca7da3b20f9b9631d7daR319), a new property called `savedSearchId` was added to the timeline Saved object. Although, it works correctly in ESS and new projects created in serverless, it does not work as intended in previously created serverless projects. To make sure, the newly added field is migrated to the old projects, we must follow [these guidelines](https://github.com/elastic/kibana/blob/9b59e84d3e3601a12fa5ff33814393b8f7644010/packages/core/saved-objects/core-saved-objects-server/docs/model_versions.md#changes) to create appropriate model versions so that migration can happen incrementally as an when changes are done to the saved object. This PR creates a model version for a newly created field `savedSearchId`.
- Loading branch information