Skip to content

Commit

Permalink
Mock model change
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <wcchang@infuseai.io>
  • Loading branch information
wcchang1115 committed May 22, 2024
1 parent 29254a0 commit 16327c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ select
a.issues_opened_6_months,
a.issues_closed_6_months,
a.pull_requests_opened_6_months,
a.pull_requests_merged_6_months
a.pull_requests_merged_6_months,
a.pull_requests_merged_6_months as xyz
from project_repos_summary as p
left join contribs_cte as c
on p.project_id = c.project_id
Expand Down

0 comments on commit 16327c3

Please sign in to comment.