mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 19:55:56 +08:00
新增:存储pull_request源仓库信息
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddForkProjectOwnerIdentifierToPullRequests < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :pull_requests, :fork_project_owner, :string
|
||||
add_column :pull_requests, :fork_project_identifier, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user