修改bug

This commit is contained in:
sylor_huang@126.com
2020-03-26 14:47:24 +08:00
parent b30510bf3d
commit cfbc8676ca
9 changed files with 175269 additions and 288 deletions

View File

@@ -17,8 +17,6 @@ class Project < ApplicationRecord
has_one :project_score, dependent: :destroy
has_one :repository, dependent: :destroy
has_many :issue_tags, dependent: :destroy
has_many :issue_statuses, dependent: :destroy
has_many :pull_requests, dependent: :destroy
has_many :issues, dependent: :destroy