bitbucket_server_commits
Details about commits in Bitbucket Server repositories
-
id
Primary key - Unique identifier for the row.
-
sha
string - SHA of the commit.
-
author_id
Foreign key - ID of the author of the commit.
-
repository_id
Foreign key - ID of the repository associated with the commit.
-
branch
string - Name of the branch where the commit occurred.
-
created
date - Timestamp when the commit was created.
-
message
string - Commit message.