mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
ADD some columns for project_educoders table
This commit is contained in:
@@ -55,6 +55,8 @@ class SyncEducoderShixunJob < ApplicationJob
|
||||
project_id: project.id,
|
||||
owner: re['username'],
|
||||
repo_name: re['repo_name'],
|
||||
forked_count: re['forked_count'],
|
||||
commit_count: re['commit_count'],
|
||||
image_url: re['image_url'])
|
||||
|
||||
repo = Repository.new(repo_params)
|
||||
|
||||
Reference in New Issue
Block a user