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 11:35:49 -04:00 committed by GitHub
parent 822b6f837d
commit f2cb6d69d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
alter table project_repositories
add column head_commit_details varchar;