Update ci db schema

This commit is contained in:
Jasder
2020-09-23 09:17:30 +08:00
parent a4c5db95bb
commit a97bbb6ddb
2 changed files with 38 additions and 334 deletions

View File

@@ -32,7 +32,7 @@ class Ci::Repo < Ci::RemoteBase
repo_slug: "#{project.owner.login}/#{project.identifier}",
repo_scm: "git",
repo_ssh_url: "",
repo_html: "",
repo_html_url: "",
repo_clone_url: project.repository.url,
repo_active: 1,
repo_private: true,