`Migrator` is not Send, so running it asynchronously from futures that need to be Send (e.g. for async_trait) is not possible.