Skip to content

Recreate asychronous index index_vuln_findings_on_uuid_including_vuln_id

In !115175 (comment 1399223798) it was noted that this index was not properly created due to a mistake in the implementation. The whitespace at the front of the migration prevents the correct asynchronous creation of the migration.

Implementation Plan

  • Recreate the migration without the whitespace so that it can create correctly.
Edited by Michael Becker