github_deployment_events
Events related to GitHub deployments
-
id
Primary key - Unique identifier for the row
-
source_id
Foreign key - GitHub ID of the deployment event
-
repository_id
Foreign key - ID of the GitHub repository
-
sha
string - Git commit SHA for the deployment
-
ref
string - Git reference for the deployment
-
task
string - Task name for the deployment
-
success
boolean - Boolean indicating if the deployment was successful
-
environment
string - Environment name for the deployment
-
production_environment
boolean - Boolean indicating if this is a production environment
-
created_at
date - Timestamp when the deployment event was created