ado_pull_deployments
Join table between deployments and pull requests with details
-
id
Primary key - Unique identifier for the row.
-
pull_id
Foreign key - ID of the pull request to which it belongs
-
deployment_id
Foreign key - ID of the deployment to which it belongs
-
environment
string - The environment the deployment went to
-
merge_to_deploy
number - The difference in seconds between the merged_at of the pull and deployed_at of the deployment
-
open_to_deploy
number - The difference in seconds between the created_at of the pull and the deployed_at of the deployment
-
service
string - The name of the service the deployment belongs to