codeintel: Perform bundle migrations concurrently
Created by: efritz
This processes multiple migrations in a background process at once. This also marks a file so that the same migration version does not need to be run multiple times (although it would be fast to do a second time, it still requires opening every database on disk).