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:
parent
822b6f837d
commit
f2cb6d69d5
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
alter table project_repositories
|
||||
add column head_commit_details varchar;
|
Loading…
Add table
Add a link
Reference in a new issue