mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-17 02:05:58 +08:00
change pull-request
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddOriginProjectIdToPullRequest < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :pull_requests, :fork_project_id, :integer
|
||||
add_column :pull_requests, :is_original, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user