FIX merge develop

This commit is contained in:
jasder
2021-04-23 17:07:46 +08:00
parent 713e0bba18
commit 016cf648da
4 changed files with 80 additions and 80 deletions

View File

@@ -16,6 +16,11 @@
# head :string(255)
# base :string(255)
# issue_id :integer
# fork_project_id :integer
# is_original :boolean default("0")
# comments_count :integer default("0")
# commits_count :integer default("0")
# files_count :integer default("0")
#
class PullRequest < ApplicationRecord