gitlab_merge_request_deployments
Join table between merge requests and deployments
-
id
Primary key - Unique identifier for the row.
-
merge_request_id
Foreign key - ID of the merge request associated with the deployment
-
deployment_id
Foreign key - ID of the deployment associated with the merge request
-
environment
string - Environment the deployment was associated with
-
merge_to_deploy
number - Difference (in seconds) between deployed_at of the deployment and merged_at of the gitlab merge requests
-
open_to_deploy
number - Difference (in seconds) between deployed_at of the deployment and created_at of the gitlab merge requests
-
service
string - Service the deployment was associated with