pub async fn apply_module_migration( pool: &PgPool, name: &str, artifact_digest: &str, sql: &str, ) -> AppResult<()>