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:
+2
@@ -0,0 +1,2 @@
|
||||
alter table project_repositories
|
||||
add column head_commit_details varchar;
|
||||
Reference in New Issue
Block a user