Synchronously create an index to support batched background migration to backfill finding_id
Why are we doing this work?
According to our guidelines, we have to create the index synchronously
Implementation plan
- database Add a migration to create the index synchronously in accordance to guidelines
Edited by Michał Zając