pub(crate) async fn run_migrator_apply( db: PgPool, migrator: Migrator<Postgres>, status_tx: Sender<AppStatus>, ) -> Result<(), Box<dyn Error + Send + Sync>>