pub async fn check_migration( migration_name: &String, pool: &Pool<PostgresConnectionManager<NoTls>>, ) -> Result<bool, Box<dyn Error + Send + Sync>>