collab: Add head_commit_details column to project_repositories (#29284)

This PR adds the `head_commit_details` column to the
`project_repositories` table, since it was missed in
https://github.com/zed-industries/zed/pull/29007.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-04-23 15:35:49 +00:00
committed by GitHub
parent 822b6f837d
commit f2cb6d69d5
@@ -0,0 +1,2 @@
alter table project_repositories
add column head_commit_details varchar;