gerrit_change_deployments

Join table between deployments and Gerrit changes with details

id

Primary key
Unique identifier for the row.

change_id

Foreign key
ID of the Gerrit change 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 change and deployed_at of the deployment

open_to_deploy

number
The difference in seconds between the ready_for_review (or created_at) of the change and the deployed_at of the deployment

service

string
The name of the service the deployment belongs to