mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
Merge branch 'dev_trustie' into dev_chain
This commit is contained in:
5
db/migrate/20200629020618_add_sync_num_to_mirrors.rb
Normal file
5
db/migrate/20200629020618_add_sync_num_to_mirrors.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddSyncNumToMirrors < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :mirrors, :sync_num, :integer, default: 1
|
||||
end
|
||||
end
|
||||
@@ -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